Searched refs:LOCK_SH (Results 1 – 4 of 4) sorted by relevance
32 #define LOCK_SH 0 macro150 lock_operation = LOCK_SH; in lock()
137 #define LOCK_SH 1 macro
712 if (TEMP_FAILURE_RETRY(flock(fileno(fin), LOCK_SH)) != 0) { in addSystemOverlays()
2434 int lock_mode = lock_flags & (LOCK_EX | LOCK_SH); in OpenFile()2462 return OpenLock(LOCK_SH); in LockShared()