Searched defs:thr (Results 1 – 12 of 12) sorted by relevance
41 pthread_t thr = xpthread_create (&attr, threadfunc, NULL); in do_test() local
43 pthread_t thr = xpthread_create (&attr, threadfunc, NULL); in do_test() local
52 pthread_t thr; in do_test() local
81 pthread_t thr = xpthread_create (&attr, threadfunc, NULL); in do_test() local
93 pthread_t thr; in do_test() local
85 pthread_t thr[THREADS]; in do_test() local
152 pthread_t thr; in do_test() local173 std::thread thr{[func] {func (nullptr);}}; in do_test() local
101 thrd_t thr; in check_c11_thread() local
60 pthread_t thr; in run_affinity_access_thread() local
150 pthread_t thr = xpthread_create (NULL, subprocess_thread, NULL); in in_subprocess() local
220 pthread_t thr in do_test() local
49 thr (void *unused __attribute__ ((unused))) in thr() function
Completed in 10 milliseconds