Home
last modified time | relevance | path

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

/external/rust/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
/external/rust/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.rs56 let th2 = thread::spawn(move || { in notify_waiters_and_one() localVariable
126 let th2 = thread::spawn(move || { in notify_drop() localVariable
Dloom_mpsc.rs70 let th2 = thread::spawn(move || { in closing_and_sending() localVariable
/external/compiler-rt/test/tsan/
Dfork_multithreaded3.cc23 pthread_t th1, th2; in main() local
Dfork_multithreaded.cc27 pthread_t th2; in main() local
Dcond.c44 pthread_t th1, th2; in main() local
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Ddestructor.pass.cpp51 std::thread th2(g); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.condition/thread.condition.condvarany/
Ddestructor.pass.cpp53 std::thread th2 = support::make_test_thread(g); in main() local
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Ddestructor.pass.cpp50 std::thread th2(g); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.condition/thread.condition.condvar/
Ddestructor.pass.cpp52 std::thread th2 = support::make_test_thread(g); in main() local
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c88 pthread_t th1, th2; in wakeup_thread2() local
/external/rust/crates/tokio/src/runtime/tests/
Dloom_queue.rs153 let th2 = thread::spawn(move || steal_tasks(steal)); in multi_stealer() localVariable
Dloom_current_thread_scheduler.rs59 let th2 = thread::spawn(move || assert_at_most_num_polls(rt2, at_most)); in block_on_num_polls() localVariable
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc55 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local
/external/wayland/tests/
Ddisplay-test.c587 pthread_t th1, th2, th3; in threading_cancel_read() local
626 pthread_t th1, th2, th3; in threading_read_eagain() local
/external/webrtc/rtc_base/
Dthread_unittest.cc157 auto th2 = Thread::CreateWithSocketServer(); in TEST() local
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc1886 std::thread th2([&]() { local