Searched refs:test_t (Results 1 – 2 of 2) sorted by relevance
61 p_test_impl(bool do_malloc_init, test_t *t, va_list ap) in p_test_impl()79 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl()97 p_test(test_t *t, ...) in p_test()111 p_test_no_malloc_init(test_t *t, ...) in p_test_no_malloc_init()
297 typedef void (test_t)(void); typedef329 test_status_t p_test(test_t *t, ...);330 test_status_t p_test_no_malloc_init(test_t *t, ...);
Completed in 4 milliseconds