Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_descrip.c271 (p->p_ladvflag & P_LADVLOCK)) { in fg_drop()
355 (p->p_ladvflag & P_LADVLOCK)) { in fg_transfer_filelocks()
779 if (in_exec && (current_proc()->p_ladvflag & P_LADVLOCK)) { in fdt_exec()
780 os_atomic_or(&p->p_ladvflag, P_LADVLOCK, relaxed); in fdt_exec()
3150 os_atomic_or(&p->p_ladvflag, P_LADVLOCK, relaxed); in sys_fcntl_nocancel()
3160 os_atomic_or(&p->p_ladvflag, P_LADVLOCK, relaxed); in sys_fcntl_nocancel()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h574 #define P_LADVLOCK 0x01 macro