Home
last modified time | relevance | path

Searched defs:thread2 (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_thrd_test.cpp74 thrd_t thread2 = thrd_current(); variable
87 thrd_t thread2 = thrd_current(); in __anon3cafc67d0102() local
Dthread_cnd_test.cpp78 std::thread thread2([&]() { wt.WaitrBroadCast(); }); in __anon69eb58c00202() variable
98 std::thread thread2([&]() { wt.WaitrSignal(); }); in __anon69eb58c00402() variable
Dthread_sem_test.cpp44 pthread_t thread1, thread2; variable
Dthread_pthrd_test.cpp441 pthread_t thread2; variable
472 pthread_t thread2; variable
/third_party/ffmpeg/libavutil/tests/
Dcpu_init.c44 pthread_t thread2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D1-1.c74 pthread_t thread1, thread2; in main() local
/third_party/skia/m133/third_party/externals/libyuv/unit_test/
Dcpu_thread_test.cc46 pthread_t thread2; in TEST() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
D1-1.c67 pthread_t thread1, thread2; in main() local
/third_party/libuv/docs/code/signal/
Dmain.c58 uv_thread_t thread1, thread2; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_spin_trylock.c32 static void thread2(void) in thread2() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D1-1.c94 pthread_t thread0, thread1, thread2; in main() local
D5-1.c140 pthread_t thread1, thread2; in main() local
D3-1.c114 pthread_t thread0, thread1, thread2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D5-1.c134 pthread_t thread1, thread2; in main() local
/third_party/elfutils/tests/
Ddwfl-proc-attach.c45 static pthread_t thread2; variable
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfdsan_test.c136 pthread_t thread1, thread2; in check_same_fd_same_time_fdsan_signal_once() local
196 pthread_t thread1, thread2; in check_diff_fd_same_time_fdsan_signal_twice() local
/third_party/pulseaudio/src/tests/
Datomic-test.c97 pa_thread *thread1, *thread2; in START_TEST() local
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
Ddirtyc0w_shmem_child.c177 pthread_t thread1, thread2, thread3, *stress_threads; in main() local
/third_party/openssl/test/
Dthreadstest.c472 thread_t thread1, thread2; in test_multi() local
583 thread_t thread1, thread2; in test_multi_default() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c326 pthread_t thread2; in main() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dlock_test.cc211 MutexLockTestThread thread2(&lock, &value); in MutexFourThreads() local
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp530 pthread_t thread2; in Bm_function_pthread_equal() local
547 pthread_t thread2; in Bm_function_pthread_attr_init_destroy() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_cpp/
Dmain.cc506 std::thread thread2([&]() { in RunModelParallel() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc822 std::thread thread2(GetReadLock, &x); in TEST() local