Searched refs:F_TLOCK (Results 1 – 4 of 4) sorted by relevance
56 case F_TLOCK: in lockf()
49 #define F_TLOCK 2 /* test and lock a section for exclusive use */ macro
6147 # ifndef F_TLOCK6148 # define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro6181 i = lockf (fd, F_TLOCK, 0); in lockf_emulate_flock()
145 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro