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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c196 flags |= LCK_SLEEP_SPIN;
/darwin-on-arm/xnu/osfmk/kern/
H A Dlocks.h60 #define LCK_SLEEP_SPIN 0x08 /* Reclaim the lock in spin mode (mutex only) */ macro
H A Dlocks.c512 if ((lck_sleep_action & LCK_SLEEP_SPIN))
552 if ((lck_sleep_action & LCK_SLEEP_SPIN))
H A Dzalloc.c349 (void) lck_mtx_sleep(&(zone)->lock, LCK_SLEEP_SPIN, (event_t)(zone), THREAD_UNINT);

Completed in 29 milliseconds