Home
last modified time | relevance | path

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

/f-stack/tools/libutil/tests/
H A Dpidfile_test.c74 pidfile_close(pf); in test_pidfile_uncontested()
78 pidfile_close(pf); in test_pidfile_uncontested()
102 pidfile_close(pf1); in test_pidfile_self()
109 pidfile_close(pf1); in test_pidfile_self()
110 pidfile_close(pf2); in test_pidfile_self()
115 pidfile_close(pf1); in test_pidfile_self()
119 pidfile_close(pf1); in test_pidfile_self()
165 pidfile_close(pf); in common_test_pidfile_child()
191 pidfile_close(pf); in common_test_pidfile_child()
205 pidfile_close(pf); in common_test_pidfile_child()
[all …]
/f-stack/tools/libutil/
H A DMakefile64 MLINKS+=pidfile.3 pidfile_close.3 \
H A Dlibutil.h125 int pidfile_close(struct pidfh *_pfh);
H A Dpidfile.c262 pidfile_close(struct pidfh *pfh) in pidfile_close() function