Include dependency graph for include/thread.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | __thread_entry (void) |
void | __thread_main (uspace_arg_t *uarg) |
int | thread_create (void(*function)(void *arg), void *arg, char *name) |
void | thread_exit (int status) |
tcb_t * | __make_tls (void) |
tcb_t * | __alloc_tls (void **data, size_t size) |
void | __free_tls (tcb_t *) |
void | __free_tls_arch (tcb_t *, size_t size) |
Definition in file include/thread.h.