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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c47 * The mutex, ptree_refresh_mutex, and the condition, ptree_refresh_cond,
139 static pthread_mutex_t ptree_refresh_mutex; variable
357 (void) pthread_mutex_lock(&ptree_refresh_mutex);
360 (void) pthread_mutex_unlock(&ptree_refresh_mutex);
3561 if (pthread_mutex_init(&ptree_refresh_mutex, NULL) != 0)
3609 (void) pthread_mutex_lock(&ptree_refresh_mutex);
3611 (void) pthread_mutex_unlock(&ptree_refresh_mutex);
3614 (void) pthread_mutex_lock(&ptree_refresh_mutex);
3616 (void) pthread_mutex_unlock(&ptree_refresh_mutex);
3637 if (pthread_mutex_lock(&ptree_refresh_mutex) !
[all...]

Completed in 67 milliseconds