Home
last modified time | relevance | path

Searched defs:th2 (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/sync/tests/
Dloom_cancellation_token.rs18 let th2 = thread::spawn(move || { in cancel_token() localVariable
39 let th2 = thread::spawn(move || { in cancel_token_owned() localVariable
62 let th2 = thread::spawn(move || { in cancel_with_child() localVariable
89 let th2 = thread::spawn(move || { in drop_token_no_child() localVariable
114 let th2 = thread::spawn(move || { in drop_token_with_children() localVariable
139 let th2 = thread::spawn(move || { in drop_and_cancel_token() localVariable
164 let th2 = thread::spawn(move || { in cancel_parent_and_child() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dloom_broadcast.rs24 let th2 = thread::spawn(move || { in broadcast_send() localVariable
71 let th2 = thread::spawn(move || { in broadcast_two() localVariable
117 let th2 = thread::spawn(move || { in broadcast_wrap() localVariable
168 let th2 = thread::spawn(move || { in drop_rx() localVariable
200 let th2 = thread::spawn(move || { in drop_multiple_rx_with_overflow() localVariable
Dloom_notify.rs61 let th2 = thread::spawn(move || { in notify_waiters_and_one() localVariable
130 let th2 = thread::spawn(move || { in notify_drop() localVariable
Dloom_watch.rs54 let th2 = thread::spawn(move || { in wait_for_test() localVariable
Dloom_mpsc.rs70 let th2 = thread::spawn(move || { in closing_and_sending() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dthread_group.cpp21 boost::thread* th2 = 0; variable
67 boost::thread* th2 = new boost::thread(&increment_count_2); in main() local
/aosp_15_r20/external/compiler-rt/test/tsan/
H A Dfork_multithreaded3.cc23 pthread_t th1, th2; in main() local
H A Dfork_multithreaded.cc27 pthread_t th2; in main() local
H A Dcond.c44 pthread_t th1, th2; in main() local
/aosp_15_r20/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Ddestructor.pass.cpp51 std::thread th2(g); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvarany/
H A Ddestructor.pass.cpp53 std::thread th2 = support::make_test_thread(g); in main() local
/aosp_15_r20/external/llvm-libc/test/integration/src/__support/threads/
H A Dthread_tls_test.cpp32 LIBC_NAMESPACE::Thread th2; in thread_local_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/conditions/condition_variable/
Ddtor_pass.cpp57 boost::thread th2(g); in main() local
/aosp_15_r20/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Ddestructor.pass.cpp50 std::thread th2(g); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/conditions/condition_variable_any/
Ddtor_pass.cpp57 boost::thread th2(g); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvar/
H A Ddestructor.pass.cpp52 std::thread th2 = support::make_test_thread(g); in main() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wake04.c87 pthread_t th1, th2; in wakeup_thread2() local
/aosp_15_r20/libcore/ojluni/src/test/java/awt/font/NumericShaper/
H A DMTTest.java70 Thread th2 = new Thread(new Work(ns2, expected2)); in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread/
Dqueue.rs152 let th2 = thread::spawn(move || steal_tasks(steal)); in multi_stealer() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread_alt/
Dqueue.rs152 let th2 = thread::spawn(move || steal_tasks(steal)); in multi_stealer() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dloom_current_thread.rs61 let th2 = thread::spawn(move || assert_at_most_num_polls(rt2, at_most)); in block_on_num_polls() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/stdio/
H A Dtests.rs142 let th2 = { in test_lock() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/stdio/
H A Dtests.rs142 let th2 = { in test_lock() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/stdio/
H A Dtests.rs142 let th2 = { in test_lock() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/stdio/
H A Dtests.rs142 let th2 = { in test_lock() localVariable

12