Home
last modified time | relevance | path

Searched refs:be_lock (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/svc/configd/
H A Dbackend.c101 pthread_mutex_t be_lock; member
554 (void) pthread_mutex_unlock(&bes[i]->be_lock); in backend_panic()
566 (void) pthread_mutex_unlock(&bes[i]->be_lock); in backend_panic()
580 if (pthread_mutex_reltimedlock_np(&bes[i]->be_lock, in backend_panic()
1374 (void) pthread_mutex_lock(&be->be_lock); in backend_lock()
1378 (void) pthread_mutex_unlock(&be->be_lock); in backend_lock()
1390 (void) pthread_mutex_unlock(&be->be_lock); in backend_lock()
1410 (void) pthread_mutex_unlock(&be->be_lock); in backend_unlock()
1421 (void) pthread_mutex_unlock(&be->be_lock); in backend_destroy()
1422 (void) pthread_mutex_destroy(&be->be_lock); in backend_destroy()
[all …]
/titanic_44/usr/src/lib/libslp/clib/
H A Dslp_auth.c339 static mutex_t be_lock = DEFAULTMUTEX; in get_security_backend() local
346 (void) mutex_lock(&be_lock); in get_security_backend()
349 (void) mutex_unlock(&be_lock); in get_security_backend()
510 (void) mutex_unlock(&be_lock); in get_security_backend()