FFmpeg
|
#include <os2threads.h>
Data Fields | |
HEV | event_sem |
HEV | ack_sem |
volatile unsigned | wait_count |
Definition at line 58 of file os2threads.h.
HEV pthread_cond_t::event_sem |
Definition at line 59 of file os2threads.h.
Referenced by pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), pthread_cond_timedwait(), and pthread_cond_wait().
HEV pthread_cond_t::ack_sem |
Definition at line 60 of file os2threads.h.
Referenced by pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), pthread_cond_timedwait(), and pthread_cond_wait().
volatile unsigned pthread_cond_t::wait_count |
Definition at line 61 of file os2threads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_init(), pthread_cond_signal(), pthread_cond_timedwait(), and pthread_cond_wait().