Searched refs:lockf (Results 1 – 2 of 2) 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()
Completed in 6 milliseconds