Home
last modified time | relevance | path

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

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