/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/sync/tests/ |
D | loom_cancellation_token.rs | 12 let th1 = thread::spawn(move || { in cancel_token() localVariable 33 let th1 = thread::spawn(move || { in cancel_token_owned() localVariable 56 let th1 = thread::spawn(move || { in cancel_with_child() localVariable 85 let th1 = thread::spawn(move || { in drop_token_no_child() localVariable 110 let th1 = thread::spawn(move || { in drop_token_with_children() localVariable 135 let th1 = thread::spawn(move || { in drop_and_cancel_token() localVariable 160 let th1 = thread::spawn(move || { in cancel_parent_and_child() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/ |
D | loom_broadcast.rs | 16 let th1 = thread::spawn(move || { in broadcast_send() localVariable 56 let th1 = thread::spawn(move || { in broadcast_two() localVariable 101 let th1 = thread::spawn(move || { in broadcast_wrap() localVariable 150 let th1 = thread::spawn(move || { in drop_rx() localVariable 191 let th1 = thread::spawn(move || { in drop_multiple_rx_with_overflow() localVariable
|
D | loom_notify.rs | 57 let th1 = thread::spawn(move || { in notify_waiters_and_one() localVariable 119 let th1 = thread::spawn(move || { in notify_drop() localVariable
|
D | loom_watch.rs | 48 let th1 = thread::spawn(move || { in wait_for_test() localVariable
|
D | loom_mpsc.rs | 66 let th1 = thread::spawn(move || { in closing_and_sending() localVariable
|
/aosp_15_r20/external/compiler-rt/test/tsan/ |
H A D | fork_deadlock.cc | 17 pthread_t th1; in main() local
|
H A D | fork_multithreaded3.cc | 23 pthread_t th1, th2; in main() local
|
H A D | cond.c | 44 pthread_t th1, th2; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_8960.cpp | 46 boost::thread th1(&do_thread); in main() local
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
H A D | destructor.pass.cpp | 56 std::thread th1(f); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvarany/ |
H A D | destructor.pass.cpp | 58 std::thread th1 = support::make_test_thread(f); in main() local
|
/aosp_15_r20/external/llvm-libc/test/integration/src/__support/threads/ |
H A D | thread_tls_test.cpp | 27 LIBC_NAMESPACE::Thread th1; in thread_local_test() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/conditions/condition_variable/ |
D | dtor_pass.cpp | 64 boost::thread th1(f); in main() local
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
H A D | destructor.pass.cpp | 55 std::thread th1(f); in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/conditions/condition_variable_any/ |
D | dtor_pass.cpp | 64 boost::thread th1(f); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvar/ |
H A D | destructor.pass.cpp | 57 std::thread th1 = support::make_test_thread(f); in main() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | HandlerThreadTest.java | 55 HandlerThread th1 = new HandlerThread("HandlerThreadTest") { in testHandlerThread() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_wake04.c | 87 pthread_t th1, th2; in wakeup_thread2() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/awt/font/NumericShaper/ |
H A D | MTTest.java | 69 Thread th1 = new Thread(new Work(ns1, expected1)); in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread/ |
D | queue.rs | 147 let th1 = { in multi_stealer() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread_alt/ |
D | queue.rs | 147 let th1 = { in multi_stealer() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/ |
D | loom_current_thread.rs | 60 let th1 = thread::spawn(move || assert_at_most_num_polls(rt1, 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 D | tests.rs | 122 let th1 = { 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 D | tests.rs | 122 let th1 = { 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 D | tests.rs | 122 let th1 = { in test_lock() localVariable
|