Home
last modified time | relevance | path

Searched refs:F_SETLKWTIMEOUT (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c44 case F_SETLKWTIMEOUT: in fcntl()
/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h284 #define F_SETLKWTIMEOUT 10 /* F_SETLK; wait if blocked, return on timeout */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c3011 case F_SETLKWTIMEOUT: in sys_fcntl_nocancel()
3031 if (F_SETLKWTIMEOUT == cmd || F_OFD_SETLKWTIMEOUT == cmd) { in sys_fcntl_nocancel()