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

/freebsd-10.2-release/sys/kern/
H A Dkern_thread.c74 static struct mtx zombie_lock; variable in typeref:struct:mtx
75 MTX_SYSINIT(zombie_lock, &zombie_lock, "zombie lock", MTX_SPIN);
295 mtx_lock_spin(&zombie_lock);
297 mtx_unlock_spin(&zombie_lock);
323 mtx_lock_spin(&zombie_lock);
327 mtx_unlock_spin(&zombie_lock);

Completed in 56 milliseconds