/external/rust/crates/tokio/src/sync/tests/ |
D | loom_broadcast.rs | 24 let th2 = thread::spawn(move || { in broadcast_send() localVariable 45 assert_ok!(th2.join()); in broadcast_send() 71 let th2 = thread::spawn(move || { in broadcast_two() localVariable 91 assert_ok!(th2.join()); in broadcast_two() 117 let th2 = thread::spawn(move || { in broadcast_wrap() localVariable 140 assert_ok!(th2.join()); in broadcast_wrap() 168 let th2 = thread::spawn(move || { in drop_rx() localVariable 178 assert_ok!(th2.join()); in drop_rx() 200 let th2 = thread::spawn(move || { in drop_multiple_rx_with_overflow() localVariable 205 assert_ok!(th2.join()); in drop_multiple_rx_with_overflow()
|
D | loom_notify.rs | 97 let th2 = thread::spawn(move || { in notify_drop() localVariable 109 th2.join().unwrap(); in notify_drop()
|
D | loom_mpsc.rs | 70 let th2 = thread::spawn(move || { in closing_and_sending() localVariable 81 assert_ok!(th2.join()); in closing_and_sending()
|
/external/compiler-rt/test/tsan/ |
D | fork_multithreaded3.cc | 23 pthread_t th1, th2; in main() local 25 pthread_create(&th2, 0, racer, &x); in main() 27 pthread_join(th2, 0); in main()
|
D | cond.c | 44 pthread_t th1, th2; in main() local 49 pthread_create(&th2, 0, thr2, 0); in main() 51 pthread_join(th2, 0); in main()
|
D | fork_multithreaded.cc | 27 pthread_t th2; in main() local 28 pthread_create(&th2, 0, nop, 0); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | fork_multithreaded3.cpp | 23 pthread_t th1, th2; in main() local 25 pthread_create(&th2, 0, racer, &x); in main() 27 pthread_join(th2, 0); in main()
|
D | cond.c | 44 pthread_t th1, th2; in main() local 49 pthread_create(&th2, 0, thr2, 0); in main() 51 pthread_join(th2, 0); in main()
|
D | fork_multithreaded.cpp | 27 pthread_t th2; in main() local 28 pthread_create(&th2, 0, nop, 0); in main()
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | destructor.pass.cpp | 51 std::thread th2(g); in main() local 58 th2.join(); in main()
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
D | destructor.pass.cpp | 50 std::thread th2(g); in main() local 57 th2.join(); in main()
|
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | destructor.pass.cpp | 53 std::thread th2 = support::make_test_thread(g); in main() local 60 th2.join(); in main()
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wake04.c | 138 pthread_t th1, th2; in wakeup_thread2() local 172 res = pthread_create(&th2, NULL, wait_thread2, NULL); in wakeup_thread2() 183 res = pthread_join(th2, NULL); in wakeup_thread2()
|
/external/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
D | destructor.pass.cpp | 52 std::thread th2 = support::make_test_thread(g); in main() local 59 th2.join(); in main()
|
/external/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cpp | 54 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local 57 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL); in CFAllocator_PassMemoryToAnotherThread() 58 PTHREAD_JOIN(th2, NULL); in CFAllocator_PassMemoryToAnotherThread()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cc | 55 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local 58 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL); in CFAllocator_PassMemoryToAnotherThread() 59 PTHREAD_JOIN(th2, NULL); in CFAllocator_PassMemoryToAnotherThread()
|
/external/rust/crates/tokio/src/runtime/tests/ |
D | loom_basic_scheduler.rs | 57 let th2 = thread::spawn(move || assert_at_most_num_polls(rt2, at_most)); in block_on_num_polls() localVariable 61 th2.join().unwrap(); in block_on_num_polls()
|
D | loom_queue.rs | 145 let th2 = thread::spawn(move || steal_tasks(steal)); in multi_stealer() localVariable 158 n += th2.join().unwrap(); in multi_stealer()
|
/external/wayland/tests/ |
D | display-test.c | 587 pthread_t th1, th2, th3; in threading_cancel_read() local 592 th2 = create_thread(c, thread_prepare_and_read); in threading_cancel_read() 604 pthread_join(th2, NULL); in threading_cancel_read() 626 pthread_t th1, th2, th3; in threading_read_eagain() local 631 th2 = create_thread(c, thread_prepare_and_read); in threading_read_eagain() 645 pthread_join(th2, NULL); in threading_read_eagain()
|
/external/webrtc/rtc_base/ |
D | thread_unittest.cc | 227 auto th2 = Thread::CreateWithSocketServer(); in TEST() local 229 th2->socketserver()->CreateAsyncSocket(addr.family(), SOCK_DGRAM); in TEST() 235 th2->Start(); in TEST() 249 th2->Stop(); in TEST()
|
/external/libxml2/ |
D | regressions.py | 173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
|
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 1250 th2 = threading.Thread(target=thfunc2, args=(self,)) 1253 th2.start()
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 508 .th2 1981 eáth2 4071 nó1th2
|
/external/guice/extensions/struts2/lib/ |
D | jetty-util-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.pat.txt | 174 .th2
|