Searched refs:test_cleanup_func (Results 1 – 2 of 2) sorted by relevance
183 typedef void (*test_cleanup_func)(int, int); typedef186 void test_cleanup_register(test_cleanup_func) __attribute__((__nonnull__));
103 test_cleanup_func func;995 register_cleanup(test_cleanup_func func, in register_cleanup()1016 test_cleanup_register(test_cleanup_func func) in test_cleanup_register()