Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dfcntl.h450 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/xnu-10063.141.1/bsd/kern/
H A Dkern_lockf.c556 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
H A Dkern_descrip.c2997 flg |= F_WAIT; in sys_fcntl_nocancel()
5766 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
/xnu-10063.141.1/bsd/nfs/
H A Dnfs_syscalls.c554 type |= F_WAIT; in fhopen()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_xattr.c3429 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK | F_WAIT, context, NULL); in lock_xattrfile()
H A Dvfs_syscalls.c4698 type |= F_WAIT; in open1()