Searched refs:xlate_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c79 * xlate_lock protects xlate_list during updates only. The xlate_list linked
84 static mutex_t xlate_lock = DEFAULTMUTEX; variable
118 * it's already on the list. Must be called while holding xlate_lock.
239 (void) mutex_lock(&xlate_lock);
241 (void) mutex_unlock(&xlate_lock);
367 (void) mutex_lock(&xlate_lock);
369 (void) mutex_unlock(&xlate_lock);
427 (void) mutex_lock(&xlate_lock);
429 (void) mutex_unlock(&xlate_lock);
481 (void) mutex_lock(&xlate_lock);
[all...]

Completed in 57 milliseconds