Searched refs:lockf (Results 1 – 3 of 3) sorted by relevance
196 if (lockf(pid_file_handle, F_TLOCK, 0) == -1) {
1124 static int lockf(int fd, int cmd, off_t len) in lockf() function1154 if (lockf(fd, F_TLOCK, 0) < 0) { in check_lock()
7919 FILE LOCKING (flock() and fcntl()/lockf())