Changeset 7faabb7 in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2008-11-07T23:16:28Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24345a5
- Parents:
- 86e3d62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r86e3d62 r7faabb7 260 260 261 261 /* Thread syscall prototypes. */ 262 extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id); 262 extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, 263 char *uspace_name, size_t name_len, thread_id_t *uspace_thread_id); 263 264 extern unative_t sys_thread_exit(int uspace_status); 264 265 extern unative_t sys_thread_get_id(thread_id_t *uspace_thread_id);
Note:
See TracChangeset
for help on using the changeset viewer.