Searched refs:th2 (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dfork_multithreaded3.cc23 pthread_t th1, th2; local
25 pthread_create(&th2, 0, racer, &x);
27 pthread_join(th2, 0);
H A Dfork_multithreaded.cc25 pthread_t th2; local
26 pthread_create(&th2, 0, sleeper, 0);
H A Dcond.c44 pthread_t th1, th2; local
49 pthread_create(&th2, 0, thr2, 0);
51 pthread_join(th2, 0);
H A Dfork_deadlock.cc26 pthread_t th1, th2; local
28 pthread_create(&th2, 0, watchdog, 0);
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Ddestructor.pass.cpp48 std::thread th2(g);
55 th2.join();
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Ddestructor.pass.cpp49 std::thread th2(g);
56 th2.join();
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc55 pthread_t th1, th2; local
58 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL);
59 PTHREAD_JOIN(th2, NULL);
/external/chromium_org/third_party/webrtc/base/
H A Dthread_unittest.cc169 Thread th2; local
171 th2.socketserver()->CreateAsyncSocket(addr.family(), SOCK_DGRAM);
177 th2.Start();
191 th2.Stop();
/external/chromium_org/third_party/libxml/src/
H A Dregressions.py173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash_test.cc775 BlockHash th2(sample_text, strlen(sample_text), 0x10000);
776 th2.Init(true); // hash all blocks
777 th2.FindBestMatch(hashed_f,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 145 milliseconds