Rev 2106 | Rev 2187 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2106 | Rev 2109 | ||
---|---|---|---|
Line 241... | Line 241... | ||
241 | void *call_me_with); |
241 | void *call_me_with); |
242 | extern void thread_print_list(void); |
242 | extern void thread_print_list(void); |
243 | extern void thread_destroy(thread_t *t); |
243 | extern void thread_destroy(thread_t *t); |
244 | extern void thread_update_accounting(void); |
244 | extern void thread_update_accounting(void); |
245 | extern bool thread_exists(thread_t *t); |
245 | extern bool thread_exists(thread_t *t); |
246 | extern void thread_interrupt_sleep(thread_t *t); |
- | |
247 | 246 | ||
248 | /** Fpu context slab cache. */ |
247 | /** Fpu context slab cache. */ |
249 | extern slab_cache_t *fpu_context_slab; |
248 | extern slab_cache_t *fpu_context_slab; |
250 | 249 | ||
251 | /* Thread syscall prototypes. */ |
250 | /* Thread syscall prototypes. */ |