Searched refs:pidfile_write (Results 1 – 4 of 4) sorted by relevance
73 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()
68 pidfile.3 pidfile_write.3
130 int pidfile_write(struct pidfh *_pfh);
222 pidfile_write(struct pidfh *pfh) in pidfile_write() function