Searched refs:LOCK_RW (Results 1 – 6 of 6) sorted by relevance
41 #if defined(LOCK_RW) || (defined(HAVE_DECL_LOCK_RW) && HAVE_DECL_LOCK_RW)43 static_assert((LOCK_RW) == (192), "LOCK_RW != 192");46 # define LOCK_RW 19278 XLAT(LOCK_RW),
6 LOCK_RW 192
187 #define LOCK_RW 192 /* which allows concurrent read & write ops */ macro
467 #ifdef LOCK_RW in all_ins()468 if (PyModule_AddIntMacro(m, LOCK_RW)) return -1; in all_ins()
455 #ifdef LOCK_RW in all_ins()456 if (ins(d, "LOCK_RW", (long)LOCK_RW)) return -1; in all_ins()
35265 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.