Searched refs:F_TLOCK (Results 1 – 14 of 14) sorted by relevance
643 #ifdef F_TLOCK644 {"F_TLOCK", (unsigned long)F_TLOCK},
222 F_TLOCK = 2 variable
185 pub const F_TLOCK: ::c_int = 2; constant
1031 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0)); in cupsFileLock()
397 pub const F_TLOCK: ::c_int = 2; constant
882 pub const F_TLOCK: ::c_int = 2; constant
1201 pub const F_TLOCK: ::c_int = 2; constant
1028 pub const F_TLOCK: ::c_int = 2; constant
141 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro
1092 pub const F_TLOCK: ::c_int = 2; constant
1389 pub const F_TLOCK: ::c_int = 2; constant
14064 #ifdef F_TLOCK in all_ins()14065 if (PyModule_AddIntMacro(m, F_TLOCK)) return -1; in all_ins()
2267 pub const F_TLOCK: ::c_int = 2; constant
884 *cmd* specifies the command to use - one of :data:`F_LOCK`, :data:`F_TLOCK`,894 F_TLOCK