Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h653 #define LOCK_NB 0x04 /* don't block when locking */ macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c5708 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()