Home
last modified time | relevance | path

Searched refs:thread2 (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/libs/
Dcollectpads.c454 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 …]
Daggregator.c498 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/
Ddwfl-proc-attach.c45 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/
Dgpu_thread_merger_unittests.cc31 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()
Dthread_local_unittests.cc53 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()
Dmessage_loop_unittests.cc46 std::thread thread2([&loop2, &latch2, &term2]() { in TEST() local
58 thread2.join(); in TEST()
/third_party/ffmpeg/libavutil/tests/
Dcpu_init.c44 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/
Dmain.c58 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/
Dconcat.c114 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/
D1-1.c67 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/
D1-1.c74 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/
Datomic-test.c90 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/
D5-1.c140 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()
D1-1.c94 pthread_t thread0, thread1, thread2; in main() local
208 if (pthread_create(&thread2, NULL, fn_wr, NULL) != 0) { in main()
D3-1.c114 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/
D5-1.c134 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/
Dcpuset_memory_test.c326 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/
Dthreadstest.c472 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/
Dpthread_spin_trylock.c32 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/
Dlock_test.cc211 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/
Dlock_test.cc211 MutexLockTestThread thread2(&lock, &value); in MutexFourThreads() local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2)); in MutexFourThreads()
/third_party/openssl/crypto/chacha/asm/
Dchacha-armv8.pl948 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));
Dchacha-armv4.pl743 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/
DMakefile.am40 thread2.py \
/third_party/gstreamer/gstreamer/docs/random/wtay/
Deos3218 ! ! thread2 ! ! ! !
248 the thread2 fire an EOS.

12