Home
last modified time | relevance | path

Searched refs:F_WAIT (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/bsd/sys/ !
H A Dfcntl.h455 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/xnu-11215.1.10/bsd/kern/ !
H A Dkern_lockf.c556 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
H A Dkern_descrip.c3015 flg |= F_WAIT; in sys_fcntl_nocancel()
5799 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
/xnu-11215.1.10/bsd/nfs/ !
H A Dnfs_syscalls.c554 type |= F_WAIT; in fhopen()
/xnu-11215.1.10/bsd/vfs/ !
H A Dvfs_xattr.c3250 &lf, F_FLOCK | F_WAIT, context, NULL))) { in open_xattrfile()
H A Dvfs_syscalls.c4707 type |= F_WAIT; in open1()