#include <os2threads.h>
Data Fields | |
void *(* | start_routine )(void *) |
void * | arg |
Definition at line 48 of file os2threads.h.
Definition at line 50 of file os2threads.h.
Referenced by pthread_create(), and thread_entry().
void*(* thread_arg::start_routine)(void *) |
Definition at line 49 of file os2threads.h.
Referenced by pthread_create(), and thread_entry().