Searched refs:LOCK_RW (Results 1 – 6 of 6) sorted by relevance
17 #if !(defined(LOCK_RW) || (defined(HAVE_DECL_LOCK_RW) && HAVE_DECL_LOCK_RW))18 # define LOCK_RW 192 macro40 XLAT(LOCK_RW),
6 LOCK_RW 192
187 #define LOCK_RW 192 /* which allows concurrent read & write ops */ macro
455 #ifdef LOCK_RW in all_ins()456 if (ins(d, "LOCK_RW", (long)LOCK_RW)) return -1; in all_ins()
458 #ifdef LOCK_RW in all_ins()459 if (PyModule_AddIntMacro(m, LOCK_RW)) return -1; in all_ins()
27703 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.