Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtst-cancel7.c62 struct flock fl = in sl() local
69 if (fcntl (fileno (f), F_SETLK, &fl) != 0) in sl()
131 struct flock fl = in do_test() local
138 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() local
170 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