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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c53 * The _internal_lock is used to lock the state of libpool during
56 mutex_t _internal_lock; variable
288 (void) mutex_lock(&_internal_lock);
290 (void) mutex_unlock(&_internal_lock);
306 (void) mutex_unlock(&_internal_lock);

Completed in 58 milliseconds