Changes in kernel/generic/include/proc/thread.h [151c050:06f81c4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r151c050 r06f81c4 113 113 */ 114 114 context_t saved_context; 115 ipl_t saved_ipl; 115 116 116 117 /** … … 189 190 extern void thread_interrupt(thread_t *); 190 191 191 enum sleep_state {192 SLEEP_INITIAL,193 SLEEP_ASLEEP,194 SLEEP_WOKE,195 };196 197 192 typedef enum { 198 193 THREAD_OK, … … 243 238 extern errno_t thread_join_timeout(thread_t *, uint32_t, unsigned int); 244 239 245 extern void thread_yield(void);246 247 240 extern void thread_print_list(bool); 248 241 extern thread_t *thread_find_by_id(thread_id_t);
Note:
See TracChangeset
for help on using the changeset viewer.