FFmpeg
|
#include <os2threads.h>
Data Fields | |
TID | tid |
void *(* | start_routine )(void *) |
void * | arg |
void * | result |
void * | handle |
void *(* | func )(void *arg) |
void * | ret |
Definition at line 44 of file os2threads.h.
TID pthread_t::tid |
Definition at line 45 of file os2threads.h.
Referenced by pthread_create(), and pthread_join().
void*(* pthread_t::start_routine) (void *) |
Definition at line 46 of file os2threads.h.
Referenced by pthread_create(), and thread_entry().
void * pthread_t::arg |
Definition at line 47 of file os2threads.h.
Referenced by pthread_create(), and thread_entry().
void* pthread_t::result |
Definition at line 48 of file os2threads.h.
Referenced by pthread_create(), pthread_join(), and thread_entry().
void* pthread_t::handle |
Definition at line 49 of file w32pthreads.h.
Referenced by pthread_create(), and pthread_join().
void*(* pthread_t::func) (void *arg) |
Definition at line 50 of file w32pthreads.h.
Referenced by pthread_create().
void* pthread_t::ret |
Definition at line 52 of file w32pthreads.h.
Referenced by pthread_join().