Home
last modified time | relevance | path

Searched defs:th1 (Results 1 – 21 of 21) sorted by relevance

/external/rust/crates/tokio/src/sync/tests/
Dloom_broadcast.rs16 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
Dloom_notify.rs86 let th1 = thread::spawn(move || { in notify_drop() localVariable
Dloom_mpsc.rs66 let th1 = thread::spawn(move || { in closing_and_sending() localVariable
/external/llvm-project/compiler-rt/test/tsan/
Dfork_deadlock.cpp17 pthread_t th1; in main() local
Dfork_multithreaded3.cpp23 pthread_t th1, th2; in main() local
Dcond.c44 pthread_t th1, th2; in main() local
/external/compiler-rt/test/tsan/
Dfork_multithreaded3.cc23 pthread_t th1, th2; in main() local
Dfork_deadlock.cc17 pthread_t th1; in main() local
Dcond.c44 pthread_t th1, th2; in main() local
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Ddestructor.pass.cpp56 std::thread th1(f); in main() local
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Ddestructor.pass.cpp58 std::thread th1 = support::make_test_thread(f); in main() local
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Ddestructor.pass.cpp55 std::thread th1(f); in main() local
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Ddestructor.pass.cpp57 std::thread th1 = support::make_test_thread(f); in main() local
/external/rust/crates/tokio/src/runtime/tests/
Dloom_basic_scheduler.rs56 let th1 = thread::spawn(move || assert_at_most_num_polls(rt1, at_most)); in block_on_num_polls() localVariable
Dloom_queue.rs140 let th1 = { in multi_stealer() localVariable
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c138 pthread_t th1, th2; in wakeup_thread2() local
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_mac_test.cpp54 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc55 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_test.cc315 TensorHandle* th1 = TensorHandle::CreateUnshapedRemoteHandle( in TEST() 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.cc221 auto th1 = Thread::CreateWithSocketServer(); in TEST() local