Searched refs:ptype (Results 1 – 2 of 2) sorted by relevance
38 enum test_type *ptype = closure; in thread_func() local40 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() local75 *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() local81 *ptype = i; in do_test()[all …]
101 __typeof__ (rettype) ttype = 0, *ptype; \106 __asm ("" : "=r" (ptype) : "0" (&ttype), "r" (&texpr)); \107 if (&texpr == ptype) \