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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c44 * The mutex, ptreehdl_lock, is used to control allocation of ptree handles.
137 static pthread_mutex_t ptreehdl_lock; variable
610 (void) pthread_mutex_lock(&ptreehdl_lock);
615 (void) pthread_mutex_unlock(&ptreehdl_lock);
649 (void) pthread_mutex_lock(&ptreehdl_lock); /* lock ptreehdl */
652 (void) pthread_mutex_unlock(&ptreehdl_lock); /* unlock ptreehdl */
3329 if (pthread_mutex_init(&ptreehdl_lock, NULL) != 0)

Completed in 73 milliseconds