Searched refs:test_type (Results 1 – 3 of 3) sorted by relevance
74 #define DEFINE_TEST_DRIVER(test_type, getopt_call) \ argument75 struct test_type##_tdata \78 const struct test_type *tcase; \83 test_type##_threadproc (void *data) \85 struct test_type##_tdata *tdata = data; \86 const struct test_type *tc = tdata->tcase; \107 do_##test_type (const struct test_type *tcase, FILE *stderr_trapped) \110 struct test_type##_tdata tdata; \121 pthread_t thr = xpthread_create (0, test_type##_threadproc, \
31 enum test_type { init, byname, gai }; enum38 enum test_type *ptype = closure; in thread_func()74 enum test_type *ptype = xmalloc (sizeof (*ptype)); in do_test()80 enum test_type *ptype = xmalloc (sizeof (*ptype)); in do_test()
244 enum test_type enum251 do_multiple_tests (enum test_type type) in do_multiple_tests()