Searched refs:LOCK_WRITE (Results 1 – 6 of 6) sorted by relevance
55 #if defined(LOCK_WRITE) || (defined(HAVE_DECL_LOCK_WRITE) && HAVE_DECL_LOCK_WRITE)57 static_assert((LOCK_WRITE) == (128), "LOCK_WRITE != 128");60 # define LOCK_WRITE 12880 XLAT(LOCK_WRITE),
8 LOCK_WRITE 128
186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
464 #ifdef LOCK_WRITE in all_ins()465 if (PyModule_AddIntMacro(m, LOCK_WRITE)) return -1; in all_ins()
452 #ifdef LOCK_WRITE in all_ins()453 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1; in all_ins()
35265 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.