/external/compiler-rt/test/tsan/ |
D | fork_multithreaded3.cc | 23 pthread_t th1, th2; in main() local 24 pthread_create(&th1, 0, racer, &x); in main() 26 pthread_join(th1, 0); in main()
|
D | cond.c | 44 pthread_t th1, th2; in main() local 48 pthread_create(&th1, 0, thr1, 0); in main() 50 pthread_join(th1, 0); in main()
|
D | fork_deadlock.cc | 17 pthread_t th1; in main() local 18 pthread_create(&th1, 0, incrementer, 0); in main()
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | destructor.pass.cpp | 56 std::thread th1(f); in main() local 57 th1.join(); in main()
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wake04.c | 138 pthread_t th1, th2; in wakeup_thread2() local 166 res = pthread_create(&th1, NULL, wait_thread1, NULL); in wakeup_thread2() 189 res = pthread_join(th1, NULL); in wakeup_thread2()
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
D | destructor.pass.cpp | 55 std::thread th1(f); in main() local 56 th1.join(); in main()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cc | 55 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local 56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL); in CFAllocator_PassMemoryToAnotherThread() 57 PTHREAD_JOIN(th1, NULL); in CFAllocator_PassMemoryToAnotherThread()
|
/external/webrtc/webrtc/base/ |
D | thread_unittest.cc | 194 Thread th1; in TEST() local 195 Socket* socket = th1.socketserver()->CreateAsyncSocket(addr.family(), in TEST() 197 MessageClient msg_client(&th1, socket); in TEST() 203 SocketClient sock_client(asocket, addr, &th1, &msg_client); in TEST() 207 th1.Start(); in TEST() 211 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1)); in TEST() 220 th1.Stop(); in TEST()
|
/external/wayland/tests/ |
D | display-test.c | 587 pthread_t th1, th2, th3; in threading_cancel_read() local 591 th1 = create_thread(c, thread_prepare_and_read); in threading_cancel_read() 603 pthread_join(th1, NULL); in threading_cancel_read() 626 pthread_t th1, th2, th3; in threading_read_eagain() local 630 th1 = create_thread(c, thread_prepare_and_read); in threading_read_eagain() 644 pthread_join(th1, NULL); in threading_read_eagain()
|
/external/libxml2/ |
D | regressions.py | 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
|
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 1249 th1 = threading.Thread(target=thfunc1, args=(self,)) 1252 th1.start()
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 1073 áth1 2785 hóth1 5995 úth1
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 1609 th1 = threading.Thread(target=thfunc1, args=(self,)) 1612 th1.start() 1621 th1.join()
|
/external/cpuinfo/test/dmesg/ |
D | meizu-pro-6.log | 1321 …<0x00000000><6>[ 1.593142] (1)[1:swapper/0]cs43l36_load_threshold_cal: th1=55, th2=116, cap_th…
|
D | meizu-pro-6s.log | 1439 …<0x00000000><6>[ 1.832918] (1)[1:swapper/0]cs43l36_load_threshold_cal: th1=55, th2=115, cap_th…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 7163dfdc1bdcca79cc1bb345a0ba89cd.000afb6b.honggfuzz.cov | 2956 _W��*Ns��Hm��r�3�.!��Ԅ�?�(K�7�+(��3��q��bȯ����WG"th1��.���\)��;T������ʢ�Ӛ�+�Y���܆Fq�ږU���…
|