Changeset 29a9f62 in mainline for libc/include/thread.h
- Timestamp:
- 2006-03-23T10:33:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77bd004
- Parents:
- 1cef26f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/thread.h
r1cef26f r29a9f62 31 31 32 32 #include <kernel/proc/uarg.h> 33 #include <libarch/thread.h> 33 34 34 35 extern void __thread_entry(void); 35 extern void thread_main(uspace_arg_t *uarg);36 extern void __thread_main(uspace_arg_t *uarg); 36 37 37 38 extern int thread_create(void (* function)(void *arg), void *arg, char *name); 38 39 extern void thread_exit(int status); 40 void * __make_tls(void); 41 void __free_tls(void *); 39 42 40 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.