Libav
|
#include <w32pthreads.h>
Data Fields | |
pthread_mutex_t | mtx_broadcast |
pthread_mutex_t | mtx_waiter_count |
volatile int | waiter_count |
HANDLE | semaphore |
HANDLE | waiters_done |
volatile int | is_broadcast |
Definition at line 232 of file w32pthreads.h.
pthread_mutex_t win32_cond_t::mtx_broadcast |
Definition at line 233 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
pthread_mutex_t win32_cond_t::mtx_waiter_count |
Definition at line 234 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
volatile int win32_cond_t::waiter_count |
Definition at line 235 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_signal(), and pthread_cond_wait().
HANDLE win32_cond_t::semaphore |
Definition at line 236 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
HANDLE win32_cond_t::waiters_done |
Definition at line 237 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), pthread_cond_destroy(), pthread_cond_init(), pthread_cond_signal(), and pthread_cond_wait().
volatile int win32_cond_t::is_broadcast |
Definition at line 238 of file w32pthreads.h.
Referenced by pthread_cond_broadcast(), and pthread_cond_wait().