Searched refs:F_TLOCK (Results 1 – 4 of 4) sorted by relevance
/io/ |
A D | tst-lockf.c | 43 TEST_COMPARE (lockf (temp_fd, F_TLOCK, 1024), -1); in do_test_child_lockf() 66 TEST_COMPARE (lockf64 (temp_fd, F_TLOCK, 1024), -1); in do_test_child_lockf64() 89 TEST_COMPARE (lockf64 (temp_fd, F_TLOCK, 1024), -1); in do_test_child_lockf64() 102 TEST_COMPARE (lockf (temp_fd, F_TLOCK, 1024), 0); in do_test() 119 TEST_COMPARE (lockf64 (temp_fd, F_TLOCK, 1024), 0); in do_test()
|
A D | lockf.c | 57 case F_TLOCK: in lockf()
|
A D | lockf64.c | 53 case F_TLOCK: in __lockf64()
|
A D | fcntl.h | 280 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro
|
Completed in 5 milliseconds