Rev 3018 | Rev 3424 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3018 | Rev 3034 | ||
---|---|---|---|
Line 247... | Line 247... | ||
247 | 247 | ||
248 | extern void thread_register_call_me(void (* call_me)(void *), |
248 | extern void thread_register_call_me(void (* call_me)(void *), |
249 | void *call_me_with); |
249 | void *call_me_with); |
250 | extern void thread_print_list(void); |
250 | extern void thread_print_list(void); |
251 | extern void thread_destroy(thread_t *t); |
251 | extern void thread_destroy(thread_t *t); |
252 | extern void thread_unattached_free(thread_t *t); |
- | |
253 | extern void thread_update_accounting(void); |
252 | extern void thread_update_accounting(void); |
254 | extern bool thread_exists(thread_t *t); |
253 | extern bool thread_exists(thread_t *t); |
255 | 254 | ||
256 | /** Fpu context slab cache. */ |
255 | /** Fpu context slab cache. */ |
257 | extern slab_cache_t *fpu_context_slab; |
256 | extern slab_cache_t *fpu_context_slab; |