Home
last modified time | relevance | path

Searched refs:state_cond (Results 1 – 6 of 6) sorted by relevance

/htl/
A Dpt-dealloc.c51 __pthread_cond_broadcast (&pthread->state_cond); in __pthread_dealloc()
A Dpt-detach.c50 __pthread_cond_broadcast (&pthread->state_cond); in __pthread_detach()
A Dpt-exit.c89 __pthread_cond_broadcast (&self->state_cond); in __pthread_exit()
A Dpt-join.c53 err = __pthread_cond_clockwait (&pthread->state_cond, in __pthread_join_common()
A Dpt-alloc.c56 new->state_cond = (pthread_cond_t) PTHREAD_COND_INITIALIZER; in initialize_pthread()
A Dpt-internal.h97 pthread_cond_t state_cond; /* Signalled when the state changes. */ member

Completed in 10 milliseconds