Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_fail.c41 static mutex_t umem_exit_lock = DEFAULTMUTEX; /* protects umem_exiting */ variable
49 (void) mutex_lock(&umem_exit_lock); in firstexit()
51 (void) mutex_unlock(&umem_exit_lock); in firstexit()
55 (void) mutex_unlock(&umem_exit_lock); in firstexit()