Changeset db51219f in mainline for uspace/lib/c/generic/private/thread.h
- Timestamp:
- 2018-07-17T11:24:59Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4177e70
- Parents:
- 38d8849
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/thread.h
r38d8849 rdb51219f 44 44 extern void __thread_main(uspace_arg_t *); 45 45 46 extern errno_t thread_create(void (*)(void *), void *, const char *, thread_id_t *); 46 extern errno_t thread_create(void (*)(void *), void *, const char *, 47 thread_id_t *); 47 48 extern void thread_exit(int) __attribute__((noreturn)); 48 49 extern void thread_detach(thread_id_t);
Note:
See TracChangeset
for help on using the changeset viewer.