Searched refs:st_wait_cond (Results 1 – 4 of 4) sorted by relevance
68 (void) pthread_cond_init(&stmp->st_wait_cond, NULL); in pkcs11_slottable_initialize()243 (void) pthread_cond_destroy(&slottable->st_wait_cond); in pkcs11_slottable_delete()
96 pthread_cond_t st_wait_cond; /* Used for C_WaitForSlotEvent */ member
914 (void) pthread_cond_wait(&slottable->st_wait_cond, in listener_waitforslotevent()1044 st_wait_cond); in child_waitforslotevent()1081 (void) pthread_cond_signal(&slottable->st_wait_cond); in child_waitforslotevent()
420 &slottable->st_wait_cond); in finalize_common()