#include <pthread.h>
Go to the source code of this file.
Typedefs | |
| typedef void *(* | fun_point_t) (void *) |
Functions | |
| void | thread_delete (pthread_t id) |
| pthread_t | thread_init (fun_point_t fun_point, void *arg) |
| pthread_t thread_init | ( | fun_point_t | fun_point, |
| void * | arg | ||
| ) |