Searched refs:fl (Results 1 – 1 of 1) sorted by relevance
62 struct flock fl = in sl() local69 if (fcntl (fileno (f), F_SETLK, &fl) != 0) in sl()131 struct flock fl = in do_test() local138 if (fcntl (fileno (f), F_GETLK, &fl) != 0) in do_test()141 if (fl.l_type != F_UNLCK) in do_test()144 if (fl.l_pid == ll) in do_test()145 kill (fl.l_pid, SIGKILL); in do_test()163 struct flock fl = in do_cleanup() local170 if (fcntl (fileno (f), F_GETLK, &fl) == 0 && fl.l_type != F_UNLCK in do_cleanup()171 && fl.l_pid == ll) in do_cleanup()[all …]
Completed in 3 milliseconds