Searched refs:thread3 (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/utest/errno/
H A Derrno.c26 pthread_t thread2, thread3; local
32 pthread_create(&thread3, NULL, do_test, &thread_2);
40 pthread_join(thread3, NULL);
/fuchsia/zircon/system/utest/core/zxr-mutex/
H A Dmutex.c126 thrd_t thread1, thread2, thread3; local
130 thrd_create_with_name(&thread3, mutex_thread_3, NULL, "thread 3");
134 thrd_join(thread3, NULL);
141 thrd_t thread1, thread2, thread3; local
145 thrd_create_with_name(&thread3, mutex_try_thread_3, NULL, "thread 3");
149 thrd_join(thread3, NULL);
/fuchsia/zircon/system/utest/core/c11-condvar/
H A Dcondvar.c35 thrd_t thread1, thread2, thread3; local
39 thrd_create(&thread3, cond_thread, (void*)(uintptr_t)2);
84 thrd_join(thread3, NULL);
/fuchsia/zircon/system/utest/core/pthread-tls/
H A Dtls-test.c53 pthread_t thread2, thread3; local
59 pthread_create(&thread3, NULL, do_work, &thread_2);
67 pthread_join(thread3, NULL);
/fuchsia/zircon/system/utest/core/futex/
H A Dfutex.cpp208 TestThread thread3(&futex_value);
217 thread3.assert_thread_not_woken();
222 thread3.assert_thread_woken();
281 TestThread thread3(&futex_value);
284 thread3.assert_thread_woken();
294 TestThread thread3(&futex_value);
304 thread3.assert_thread_woken();
335 TestThread thread3(&futex_value1);
347 thread3.assert_thread_woken();
521 thrd_t thread1, thread2, thread3; local
[all...]
/fuchsia/zircon/system/utest/core/c11-mutex/
H A Dmutex.c129 thrd_t thread1, thread2, thread3; local
133 thrd_create_with_name(&thread3, mutex_thread_3, NULL, "thread 3");
137 thrd_join(thread3, NULL);
144 thrd_t thread1, thread2, thread3; local
148 thrd_create_with_name(&thread3, mutex_try_thread_3, NULL, "thread 3");
152 thrd_join(thread3, NULL);
/fuchsia/zircon/system/utest/core/pthread/
H A Dpthread.cpp120 pthread_t thread1, thread2, thread3; local
130 pthread_create(&thread3, NULL, cond_thread3, NULL);
158 pthread_join(thread3, NULL);
176 pthread_create(&thread3, NULL, mutex_thread_3, NULL);
183 pthread_join(thread3, NULL);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-armv8.pl454 my @thread3=&ROUND(0,4,8,12);
457 eval; eval(shift(@thread3));
458 eval(shift(@thread1)); eval(shift(@thread3));
459 eval(shift(@thread2)); eval(shift(@thread3));
465 @thread3=&ROUND(0,5,10,15);
468 eval; eval(shift(@thread3));
469 eval(shift(@thread1)); eval(shift(@thread3));
470 eval(shift(@thread2)); eval(shift(@thread3));
797 my @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0);
808 eval(shift(@thread3)); eva
[all...]

Completed in 89 milliseconds