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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h261 #define F_WAKE1_SAFE 0x100 /* its safe to only wake one waiter */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c275 lock->lf_flags |= F_WAKE1_SAFE;
520 block->lf_flags &= ~F_WAKE1_SAFE;
1095 if (force_all == FALSE && (listhead->lf_flags & F_WAKE1_SAFE) && listhead->lf_waiters > SAFE_WAITER_LIMIT)

Completed in 45 milliseconds