Home | History | Annotate | Download | only in msgrcv

Lines Matching refs:cleanup

36  *	child exits, parent calls cleanup
67 void cleanup(void);
102 tst_brkm(TBROK, cleanup, "could not fork");
112 tst_brkm(TBROK, cleanup, "could not self_exec");
117 TST_PROCESS_STATE_WAIT(cleanup, c_pid, 'S');
120 SAFE_KILL(cleanup, c_pid, SIGHUP);
126 cleanup();
165 tst_sig(FORK, sighandler, cleanup);
177 tst_sig(FORK, sighandler, cleanup);
192 tst_brkm(TBROK, cleanup, "Can't create message queue");
196 * cleanup() - performs all the ONE TIME cleanup for this test at completion
199 void cleanup(void)