Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_lockf.c320 lock->lf_flags |= F_WAKE1_SAFE; in lf_advlock()
731 block->lf_flags &= ~F_WAKE1_SAFE; in lf_setlock()
1472 if (force_all == FALSE && (listhead->lf_flags & F_WAKE1_SAFE)) { in lf_wakelock()
/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h449 #define F_WAKE1_SAFE 0x100 /* its safe to only wake one waiter */ macro