Changeset 2cb5e64 in mainline for generic/include/proc/thread.h
- Timestamp:
- 2006-06-04T19:47:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7509ddc
- Parents:
- c4e4507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/thread.h
rc4e4507 r2cb5e64 38 38 #include <time/timeout.h> 39 39 #include <synch/rwlock.h> 40 #include <synch/synch.h> 40 41 #include <config.h> 41 42 #include <adt/btree.h> … … 155 156 extern void thread_usleep(__u32 usec); 156 157 158 #define thread_join(t) thread_join_timeout((t), SYNCH_NO_TIMEOUT, SYNCH_FLAGS_NONE) 157 159 extern int thread_join_timeout(thread_t *t, __u32 usec, int flags); 158 160 extern void thread_detach(thread_t *t);
Note:
See TracChangeset
for help on using the changeset viewer.