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