Searched refs:t_cleanup_func (Results 1 – 2 of 2) sorted by relevance
529 if (test->t_cleanup_func != NULL) in run()530 test->t_cleanup_func(asroot, injail, test); in run()
67 void (*t_cleanup_func)(int asroot, int injail, member