Home
last modified time | relevance | path

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

/f-stack/tools/libutil/tests/
H A Dpidfile_test.c73 if (pidfile_write(pf) != 0) { in test_pidfile_uncontested()
100 if (pidfile_write(pf1) != 0) { in test_pidfile_self()
163 if (pidfile_write(pf) != 0) { in common_test_pidfile_child()
171 if (pidfile_write(pf) != 0) in common_test_pidfile_child()
284 if (pidfile_write(pfh) != 0) in test_pidfile_relative()
/f-stack/tools/libutil/
H A DMakefile68 pidfile.3 pidfile_write.3
H A Dlibutil.h130 int pidfile_write(struct pidfh *_pfh);
H A Dpidfile.c222 pidfile_write(struct pidfh *pfh) in pidfile_write() function