Searched refs:test_type (Results 1 – 1 of 1) 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, \
Completed in 4 milliseconds