Searched full:lockf (Results 1 – 8 of 8) sorted by relevance
32 /* for posix fcntl() and lockf() */
47 /* for posix fcntl() and lockf() */
162 /* for posix fcntl() and lockf() */
210 if (lockf(pid_file_handle, F_TLOCK, 0) == -1) {
1123 static int lockf(int fd, int cmd, off_t len) in lockf() function 1153 if (lockf(fd, F_TLOCK, 0) < 0) { in check_lock()
9856 FILE LOCKING (flock() and fcntl()/lockf())