Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h651 #define LOCK_SH 0x01 /* shared file lock */ macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c5679 } else if (how & LOCK_SH) { in sys_flock()