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