Home | History | Annotate | Download | only in setitimer

Lines Matching full:cleanup

36  *	  call cleanup
59 void cleanup(void);
88 tst_brkm(TBROK, cleanup, "value malloc failed");
93 tst_brkm(TBROK, cleanup, "ovalue malloc failed");
123 tst_brkm(TBROK, cleanup, "second setitimer "
130 tst_brkm(TFAIL, cleanup, "old timer value is "
135 cleanup();
145 tst_sig(NOFORK, DEF_HANDLER, cleanup);
151 * cleanup() - performs all the ONE TIME cleanup for this test at completion
154 void cleanup(void)