Searched defs:Anchor (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c316 API_Proc_Struct_t *Anchor = NULL; variable
333 if (Anchor) {
334 (void) pthread_mutex_lock(&Anchor->ProcMutex);
335 (void) pthread_mutex_lock(&Anchor->SessListMutex);
342 if (Anchor) {
343 (void) pthread_mutex_unlock(&Anchor->SessListMutex);
344 (void) pthread_mutex_unlock(&Anchor->ProcMutex);
357 if (Anchor) {
358 (void) pthread_mutex_unlock(&Anchor->SessListMutex);
359 (void) pthread_mutex_unlock(&Anchor
[all...]

Completed in 62 milliseconds