Home
last modified time | relevance | path

Searched refs:th1 (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/test/tsan/
Dfork_multithreaded3.cc23 pthread_t th1, th2; in main() local
24 pthread_create(&th1, 0, racer, &x); in main()
26 pthread_join(th1, 0); in main()
Dcond.c44 pthread_t th1, th2; in main() local
48 pthread_create(&th1, 0, thr1, 0); in main()
50 pthread_join(th1, 0); in main()
Dfork_deadlock.cc24 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/
Ddestructor.pass.cpp56 std::thread th1(f); in main() local
57 th1.join(); in main()
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Ddestructor.pass.cpp55 std::thread th1(f); in main() local
56 th1.join(); in main()
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc55 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/
Dregressions.py172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))