FFmpeg
|
#include <os2threads.h>
Data Fields | |
HEV | event_sem |
HEV | ack_sem |
volatile unsigned | wait_count |
void * | Ptr |
Definition at line 52 of file os2threads.h.
HEV pthread_cond_t::event_sem |
Definition at line 53 of file os2threads.h.
Referenced by pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
HEV pthread_cond_t::ack_sem |
Definition at line 54 of file os2threads.h.
Referenced by pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
volatile unsigned pthread_cond_t::wait_count |
Definition at line 55 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 69 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().