Changeset 518dd43 in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2012-07-06T13:06:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a64e81e
- Parents:
- 46a5b37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r46a5b37 r518dd43 217 217 extern void thread_ready(thread_t *); 218 218 extern void thread_exit(void) __attribute__((noreturn)); 219 extern void thread_interrupt(thread_t *); 220 extern bool thread_interrupted(thread_t *); 219 221 220 222 #ifndef thread_create_arch
Note:
See TracChangeset
for help on using the changeset viewer.