Searched refs:LOCK_SH (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.141.3/bsd/sys/ | ||
| H A D | fcntl.h | 651 #define LOCK_SH 0x01 /* shared file lock */ macro |
| /xnu-8796.141.3/bsd/kern/ | ||
| H A D | kern_descrip.c | 5679 } else if (how & LOCK_SH) { in sys_flock() |