Searched refs:th1 (Results 1 – 7 of 7) sorted by relevance
/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 | 24 pthread_t th1, th2; in main() local 25 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/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/libxml2/ |
D | regressions.py | 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
|