#include <apr_arch_thread_cond.h>
◆ APR_RING_HEAD() [1/2]
apr_thread_cond_t::APR_RING_HEAD |
( |
active_list |
, |
|
|
waiter_t |
|
|
) |
| |
◆ APR_RING_HEAD() [2/2]
apr_thread_cond_t::APR_RING_HEAD |
( |
free_list |
, |
|
|
waiter_t |
|
|
) |
| |
◆ cond [1/2]
NXCond_t* apr_thread_cond_t::cond |
◆ cond [2/2]
pthread_cond_t apr_thread_cond_t::cond |
◆ condlock
◆ csection
CRITICAL_SECTION apr_thread_cond_t::csection |
◆ generation
unsigned long apr_thread_cond_t::generation |
◆ lock
sem_id apr_thread_cond_t::lock |
◆ mutex
HMTX apr_thread_cond_t::mutex |
◆ num_waiting
unsigned long apr_thread_cond_t::num_waiting |
◆ num_wake
unsigned long apr_thread_cond_t::num_wake |
◆ owner
thread_id apr_thread_cond_t::owner |
◆ pool
◆ semaphore [1/2]
HEV apr_thread_cond_t::semaphore |
◆ semaphore [2/2]
HANDLE apr_thread_cond_t::semaphore |
The documentation for this struct was generated from the following file: