Searched refs:LOCK_READ (Results 1 – 6 of 6) sorted by relevance
48 #if defined(LOCK_READ) || (defined(HAVE_DECL_LOCK_READ) && HAVE_DECL_LOCK_READ)50 static_assert((LOCK_READ) == (64), "LOCK_READ != 64");53 # define LOCK_READ 6479 XLAT(LOCK_READ),
7 LOCK_READ 64
185 #define LOCK_READ 64 /* which allows concurrent read operations */ macro
461 #ifdef LOCK_READ in all_ins()462 if (PyModule_AddIntMacro(m, LOCK_READ)) return -1; in all_ins()
449 #ifdef LOCK_READ in all_ins()450 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1; in all_ins()
35265 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.