Searched refs:LOCK_MAND (Results 1 – 6 of 6) sorted by relevance
34 #if defined(LOCK_MAND) || (defined(HAVE_DECL_LOCK_MAND) && HAVE_DECL_LOCK_MAND)36 static_assert((LOCK_MAND) == (32), "LOCK_MAND != 32");39 # define LOCK_MAND 3277 XLAT(LOCK_MAND),
5 LOCK_MAND 32
184 #define LOCK_MAND 32 /* This is a mandatory flock ... */ macro
458 #ifdef LOCK_MAND in all_ins()459 if (PyModule_AddIntMacro(m, LOCK_MAND)) return -1; in all_ins()
446 #ifdef LOCK_MAND in all_ins()447 if (ins(d, "LOCK_MAND", (long)LOCK_MAND)) return -1; in all_ins()
35265 * xlat/flockcmds.in: Add LOCK_MAND, LOCK_READ, LOCK_WRITE, and LOCK_RW.