Home
last modified time | relevance | path

Searched defs:pthread_cond_t_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dimplement.h360 struct pthread_cond_t_ struct
362 long nWaitersBlocked; /* Number of threads blocked */
363 long nWaitersGone; /* Number of threads timed out */
364 long nWaitersToUnblock; /* Number of threads to unblock */
365 sem_t semBlockQueue; /* Queue up threads waiting for the */
367 sem_t semBlockLock; /* Semaphore that guards access to */
370 pthread_mutex_t mtxUnblockLock; /* Mutex that guards access to */
373 pthread_cond_t next; /* Doubly linked list */
374 pthread_cond_t prev;