FFmpeg
|
#include <os2threads.h>
Data Fields | |
HEV | event_sem |
int | wait_count |
void * | Ptr |
Definition at line 43 of file os2threads.h.
HEV pthread_cond_t::event_sem |
Definition at line 44 of file os2threads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
int pthread_cond_t::wait_count |
Definition at line 45 of file os2threads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
void* pthread_cond_t::Ptr |
Definition at line 64 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().