Changeset 874621f in mainline for generic/include/proc/thread.h
- Timestamp:
- 2006-06-06T07:40:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0dbc4e7
- Parents:
- 6f9a9bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/thread.h
r6f9a9bc r874621f 151 151 extern thread_t *thread_create(void (* func)(void *), void *arg, task_t *task, int flags, char *name); 152 152 extern void thread_ready(thread_t *t); 153 extern void thread_exit(void) ;153 extern void thread_exit(void) __attribute__((noreturn)); 154 154 155 155 #ifndef thread_create_arch
Note:
See TracChangeset
for help on using the changeset viewer.