Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/resolv/
Dtst-resolv-res_init-multi.c38 enum test_type *ptype = closure; in thread_func() local
40 TEST_VERIFY (*ptype >= 0); in thread_func()
41 TEST_VERIFY (*ptype < (int) type_count); in thread_func()
43 switch (*ptype) in thread_func()
60 free (ptype); in thread_func()
74 enum test_type *ptype = xmalloc (sizeof (*ptype)); in do_test() local
75 *ptype = i % type_count; in do_test()
76 threads[i] = xpthread_create (NULL, thread_func, ptype); in do_test()
80 enum test_type *ptype = xmalloc (sizeof (*ptype)); in do_test() local
81 *ptype = i; in do_test()
[all …]
/glibc-2.36/math/
Dtest-tgmath2.c101 __typeof__ (rettype) ttype = 0, *ptype; \
106 __asm ("" : "=r" (ptype) : "0" (&ttype), "r" (&texpr)); \
107 if (&texpr == ptype) \