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 __anon8f40d0dc0102() local
Dthread_cnd_test.cpp78 std::thread thread2([&]() { wt.WaitrBroadCast(); }); in __anond145133f0202() variable
98 std::thread thread2([&]() { wt.WaitrSignal(); }); in __anond145133f0402() 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/gstreamer/gstreamer/tests/check/libs/
Dcollectpads.c454 GThread *thread1, *thread2; in GST_START_TEST() local
504 GThread *thread1, *thread2; in GST_START_TEST() local
551 GThread *thread1, *thread2; in GST_START_TEST() local
639 GThread *thread1, *thread2; in GST_START_TEST() local
889 GThread *thread1, *thread2; in GST_START_TEST() local
949 GThread *thread1, *thread2; in GST_START_TEST() local
Daggregator.c498 GThread *thread1, *thread2; in GST_START_TEST() local
527 GThread *thread1, *thread2; in GST_START_TEST() local
581 GThread *thread1, *thread2; in GST_START_TEST() local
611 GThread *thread1, *thread2; in GST_START_TEST() local
829 GThread *thread1, *thread2; in GST_START_TEST() local
1298 GThread *thread1, *thread2; in GST_START_TEST() local
1328 GThread *thread1, *thread2; in GST_START_TEST() 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/gstreamer/gstreamer/tests/check/elements/
Dconcat.c114 GThread *thread1, *thread2, *thread3; in GST_START_TEST() local
235 GThread *thread1, *thread2, *thread3; in GST_START_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
D3-1.c114 pthread_t thread0, thread1, thread2; in main() local
D5-1.c140 pthread_t 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/pulseaudio/src/tests/
Datomic-test.c97 pa_thread *thread1, *thread2; in START_TEST() 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/skia/third_party/externals/sfntly/cpp/src/test/
Dlock_test.cc211 MutexLockTestThread thread2(&lock, &value); in MutexFourThreads() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c326 pthread_t thread2; in main() local
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp529 pthread_t thread2; in Bm_function_pthread_equal() local
546 pthread_t thread2; in Bm_function_pthread_attr_init_destroy() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbin.c253 GThread *thread1, *thread2; in GST_START_TEST() local
372 GThread *thread1, *thread2; in GST_START_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc822 std::thread thread2(GetReadLock, &x); in TEST() local