Searched refs:st_start_cond (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h92 /* except for st_start_cond. */
104 pthread_cond_t st_start_cond; /* signal when listener has started */ member in struct:pkcs11_slottable
H A Dpkcs11Slottable.c70 (void) pthread_cond_init(&stmp->st_start_cond, NULL);
245 (void) pthread_cond_destroy(&slottable->st_start_cond);
H A Dpkcs11SlotToken.c394 * thread from signaling on st_start_cond before we're ready to
419 (void) pthread_cond_wait(&slottable->st_start_cond,
903 (void) pthread_cond_signal(&slottable->st_start_cond);

Completed in 80 milliseconds