Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c110 static pthread_mutex_t scf_key_lock = PTHREAD_MUTEX_INITIALIZER; in scf_setup_error() local
114 (void) pthread_mutex_lock(&scf_key_lock); in scf_setup_error()
119 (void) pthread_mutex_unlock(&scf_key_lock); in scf_setup_error()