Searched defs:th1 (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dfork_deadlock.cc24 pthread_t th1, th2; local
25 pthread_create(&th1, 0, incrementer, 0);
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);
/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);

Completed in 150 milliseconds