Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Functions | |
STA_DECL os_error_t | os_thread_init (os_thread_t *thread, const char *name, os_thread_fn_t fn, void *arg) |
STA_DECL os_error_t | os_thread_join (os_thread_t *thread, os_status_t *status) |
os_thread_id_t | os_get_thread_id (void) |
get the current thread id More... | |
STA_DECL os_error_t os_thread_init | ( | os_thread_t * | thread, |
const char * | name, | ||
os_thread_fn_t | fn, | ||
void * | arg | ||
) |
STA_DECL os_error_t os_thread_join | ( | os_thread_t * | thread, |
os_status_t * | status | ||
) |