Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/nsctl/
H A Dnskernd.c84 static mutex_t thr_mutex = DEFAULTMUTEX; variable
115 (void) mutex_lock(&thr_mutex); in nthread_inc()
118 (void) mutex_unlock(&thr_mutex); in nthread_inc()
122 (void) mutex_unlock(&thr_mutex); in nthread_inc()
130 (void) mutex_lock(&thr_mutex); in nthread_dec()
132 (void) mutex_unlock(&thr_mutex); in nthread_dec()
145 (void) mutex_lock(&thr_mutex); in canshutdown()
154 (void) mutex_unlock(&thr_mutex); in canshutdown()
156 (void) mutex_lock(&thr_mutex); in canshutdown()
170 (void) mutex_unlock(&thr_mutex); in canshutdown()