Searched refs:F_TLOCK (Results 1 – 18 of 18) sorted by relevance
635 #ifdef F_TLOCK636 { "F_TLOCK", (unsigned long) F_TLOCK },
222 F_TLOCK = 2 variable
484 F_TLOCK = 0x2 const
557 F_TLOCK = 0x2 const
558 F_TLOCK = 0x2 const
560 F_TLOCK = 0x2 const
1031 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0)); in cupsFileLock()
141 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro
13188 #ifdef F_TLOCK in all_ins()13189 if (PyModule_AddIntMacro(m, F_TLOCK)) return -1; in all_ins()
857 *cmd* specifies the command to use - one of :data:`F_LOCK`, :data:`F_TLOCK`,867 F_TLOCK