Searched defs:pthread_cond_t_ (Results 1 – 1 of 1) sorted by relevance
360 struct pthread_cond_t_ struct362 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;