Lines Matching defs:cleanup
54 void cleanup();
77 tst_brkm(TBROK, cleanup, "pthread_mutex_init failed: %s",
87 tst_brkm(TBROK, cleanup, "pthread_mutex_lock failed: %s",
97 tst_brkm(TBROK, cleanup, "pthread_mutex_unlock failed: %s",
107 tst_brkm(TBROK, cleanup, "pthread_cond_init failed: %s",
118 tst_brkm(TBROK, cleanup, "pthread_cond_wait failed: %s",
128 tst_brkm(TBROK, cleanup, "pthread_cond_signal failed: %s",
141 tst_brkm(TBROK, cleanup, "gettimeofday failed: %s",
192 tst_brkm(TBROK, cleanup, "pthread_attr_init failed: %s",
197 tst_brkm(TBROK, cleanup,
202 tst_brkm(TBROK, cleanup, "pthread_attr_setscope failed: %s",
207 tst_brkm(TBROK, cleanup, "pthread_create failed: %s",
214 tst_brkm(TFAIL, cleanup, "Test hang longer than %d sec detected",
286 cleanup();
297 *cleanup() - performs all ONE TIME cleanup for this test at
300 void cleanup()