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

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c51 * The _internal_lock is used to lock the state of libpool during
54 mutex_t _internal_lock; variable
287 (void) mutex_lock(&_internal_lock);
289 (void) mutex_unlock(&_internal_lock);
305 (void) mutex_unlock(&_internal_lock);

Completed in 22 milliseconds