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

/external/compiler-rt/test/tsan/
H A Dfork_multithreaded3.cc23 pthread_t th1, th2; local
24 pthread_create(&th1, 0, racer, &x);
26 pthread_join(th1, 0);
H A Dcond.c44 pthread_t th1, th2; local
48 pthread_create(&th1, 0, thr1, 0);
50 pthread_join(th1, 0);
H A Dfork_deadlock.cc24 pthread_t th1, th2; local
25 pthread_create(&th1, 0, incrementer, 0);
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Ddestructor.pass.cpp55 std::thread th1(f);
56 th1.join();
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Ddestructor.pass.cpp56 std::thread th1(f);
57 th1.join();
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc55 pthread_t th1, th2; local
56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL);
57 PTHREAD_JOIN(th1, NULL);
/external/libxml2/
H A Dregressions.py172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))

Completed in 963 milliseconds