/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | collectpads.c | 454 GThread *thread1, *thread2; in GST_START_TEST() local 479 thread2 = g_thread_try_new ("gst-check", push_buffer, data2, NULL); in GST_START_TEST() 490 g_thread_join (thread2); in GST_START_TEST() 504 GThread *thread1, *thread2; in GST_START_TEST() local 528 thread2 = g_thread_try_new ("gst-check", push_event, data2, NULL); in GST_START_TEST() 539 g_thread_join (thread2); in GST_START_TEST() 551 GThread *thread1, *thread2; in GST_START_TEST() local 578 thread2 = g_thread_try_new ("gst-check", push_event, data2, NULL); in GST_START_TEST() 590 g_thread_join (thread2); in GST_START_TEST() 615 thread2 = g_thread_try_new ("gst-check", push_buffer, data2, NULL); in GST_START_TEST() [all …]
|
D | aggregator.c | 498 GThread *thread1, *thread2; in GST_START_TEST() local 508 thread2 = g_thread_try_new ("gst-check", push_data, &data2, NULL); in GST_START_TEST() 516 g_thread_join (thread2); in GST_START_TEST() 527 GThread *thread1, *thread2; in GST_START_TEST() local 537 thread2 = g_thread_try_new ("gst-check", push_data, &data2, NULL); in GST_START_TEST() 545 g_thread_join (thread2); in GST_START_TEST() 581 GThread *thread1, *thread2; in GST_START_TEST() local 592 thread2 = g_thread_try_new ("gst-check", push_data, &data2, NULL); in GST_START_TEST() 600 g_thread_join (thread2); in GST_START_TEST() 611 GThread *thread1, *thread2; in GST_START_TEST() local [all …]
|
/third_party/elfutils/tests/ |
D | dwfl-proc-attach.c | 45 static pthread_t thread2; variable 82 if ((err = pthread_create (&thread2, NULL, sleeper, NULL)) != 0) in main() 103 pthread_cancel (thread2); in main() 105 pthread_join (thread2, NULL); in main()
|
/third_party/flutter/engine/flutter/fml/ |
D | gpu_thread_merger_unittests.cc | 31 std::thread thread2([&loop2, &latch2, &term2]() { in TEST() local 61 thread2.join(); in TEST() 76 std::thread thread2([&loop2, &latch2]() { in TEST() local 146 thread2.join(); in TEST() 163 std::thread thread2([&loop2, &latch2, &term2]() { in TEST() local 203 thread2.join(); in TEST()
|
D | thread_local_unittests.cc | 53 std::thread thread2([&]() { ASSERT_EQ(local.get(), nullptr); }); in TEST() local 54 thread2.join(); in TEST() 89 std::thread thread2([&]() { in TEST() local 98 thread2.join(); in TEST()
|
D | message_loop_unittests.cc | 46 std::thread thread2([&loop2, &latch2, &term2]() { in TEST() local 58 thread2.join(); in TEST()
|
/third_party/ffmpeg/libavutil/tests/ |
D | cpu_init.c | 44 pthread_t thread2; in main() local 50 if ((ret = pthread_create(&thread2, NULL, thread_main, &cpu_flags2))) { in main() 55 pthread_join(thread2, NULL); in main()
|
/third_party/libuv/docs/code/signal/ |
D | main.c | 58 uv_thread_t thread1, thread2; in main() local 61 uv_thread_create(&thread2, thread2_worker, 0); in main() 64 uv_thread_join(&thread2); in main()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | concat.c | 114 GThread *thread1, *thread2, *thread3; in GST_START_TEST() local 145 thread2 = g_thread_new ("thread2", (GThreadFunc) push_buffers_time, sink2); in GST_START_TEST() 149 g_thread_join (thread2); in GST_START_TEST() 235 GThread *thread1, *thread2, *thread3; in GST_START_TEST() local 267 thread2 = g_thread_new ("thread2", (GThreadFunc) push_buffers_bytes, sink2); in GST_START_TEST() 271 g_thread_join (thread2); in GST_START_TEST()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/ |
D | 1-1.c | 67 pthread_t thread1, thread2; in main() local 142 if (pthread_create(&thread2, NULL, fn_wr, NULL) != 0) { in main() 173 if (pthread_join(thread2, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 1-1.c | 74 pthread_t thread1, thread2; in main() local 153 if (pthread_create(&thread2, NULL, fn_wr, NULL) != 0) { in main() 178 if (pthread_join(thread2, NULL) != 0) { in main()
|
/third_party/pulseaudio/src/tests/ |
D | atomic-test.c | 90 pa_thread *thread1, *thread2; in START_TEST() local 108 thread2 = pa_thread_new("right", &read_func, &io2); in START_TEST() 110 pa_thread_free(thread2); in START_TEST()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 140 pthread_t thread1, thread2; in main() local 179 if (pthread_create(&thread2, NULL, fn_wr_2, NULL) != 0) { in main() 207 if (pthread_join(thread2, NULL) != 0) { in main()
|
D | 1-1.c | 94 pthread_t thread0, thread1, thread2; in main() local 208 if (pthread_create(&thread2, NULL, fn_wr, NULL) != 0) { in main()
|
D | 3-1.c | 114 pthread_t thread0, thread1, thread2; in main() local 229 if (pthread_create(&thread2, NULL, fn_wr, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 134 pthread_t thread1, thread2; in main() local 175 if (pthread_create(&thread2, NULL, fn_rd_2, NULL) != 0) { in main() 205 if (pthread_join(thread2, NULL) != 0) { in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
D | cpuset_memory_test.c | 326 pthread_t thread2; in main() local 339 pthread_create(&thread2, NULL, thread2_routine, NULL); in main() 382 pthread_cancel(thread2); in main() 383 pthread_join(thread2, &retv); in main()
|
/third_party/openssl/test/ |
D | threadstest.c | 472 thread_t thread1, thread2; in test_multi() local 538 || !TEST_true(run_thread(&thread2, worker2))) in test_multi() 549 if (!TEST_true(wait_for_thread(thread2))) in test_multi() 583 thread_t thread1, thread2; in test_multi_default() local 601 || !TEST_true(run_thread(&thread2, thread_multi_simple_fetch))) in test_multi_default() 607 || !TEST_true(wait_for_thread(thread2)) in test_multi_default()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_spin_trylock.c | 32 static void thread2(void) in thread2() function 86 ret = pthread_create(&thread, NULL, (void *)thread2, NULL); in pthread_spin_trylock_0200()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | lock_test.cc | 211 MutexLockTestThread thread2(&lock, &value); in MutexFourThreads() local 218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2)); in MutexFourThreads()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | lock_test.cc | 211 MutexLockTestThread thread2(&lock, &value); in MutexFourThreads() local 218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2)); in MutexFourThreads()
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-armv8.pl | 948 my @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0); 959 eval(shift(@thread2)); eval(shift(@thread67)); 967 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,1); 976 eval(shift(@thread2)); eval(shift(@thread67)); 1062 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0); 1071 eval(shift(@thread2)); eval(shift(@thread67)); 1079 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,1); 1088 eval(shift(@thread2)); eval(shift(@thread67));
|
D | chacha-armv4.pl | 743 my @thread2=&NEONROUND($a2,$b2,$c2,$d2,$t2,0); 749 eval(shift(@thread2)); eval(shift(@thread3)); 754 @thread2=&NEONROUND($a2,$b2,$c2,$d2,$t2,1); 760 eval(shift(@thread2)); eval(shift(@thread3));
|
/third_party/libxml2/python/tests/ |
D | Makefile.am | 40 thread2.py \
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | eos3 | 218 ! ! thread2 ! ! ! ! 248 the thread2 fire an EOS.
|