Searched refs:state_cond (Results 1 – 6 of 6) sorted by relevance
51 __pthread_cond_broadcast (&pthread->state_cond); in __pthread_dealloc()
50 __pthread_cond_broadcast (&pthread->state_cond); in __pthread_detach()
89 __pthread_cond_broadcast (&self->state_cond); in __pthread_exit()
53 err = __pthread_cond_clockwait (&pthread->state_cond, in __pthread_join_common()
56 new->state_cond = (pthread_cond_t) PTHREAD_COND_INITIALIZER; in initialize_pthread()
97 pthread_cond_t state_cond; /* Signalled when the state changes. */ member
Completed in 10 milliseconds