Lines Matching defs:LOCK_SH
300 #ifndef LOCK_SH
301 #define LOCK_SH 1 /* shared lock */
310 else if (code & LOCK_SH)
350 LOCK_SH - acquire a shared lock
353 When operation is LOCK_SH or LOCK_EX, it can also be bitwise ORed with
381 #ifndef LOCK_SH
382 #define LOCK_SH 1 /* shared lock */
386 #endif /* LOCK_SH */
391 else if (code & LOCK_SH)
459 if (PyModule_AddIntMacro(m, LOCK_SH)) return -1;