Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/posix/
Dtst-getopt-cancel.c74 #define DEFINE_TEST_DRIVER(test_type, getopt_call) \ argument
75 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, \
/glibc-2.36/resolv/
Dtst-resolv-res_init-multi.c31 enum test_type { init, byname, gai }; enum
38 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()
/glibc-2.36/support/
Dtst-support_capture_subprocess.c244 enum test_type enum
251 do_multiple_tests (enum test_type type) in do_multiple_tests()