Searched defs:racer (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/test/tsan/ | ||
H A D | fork_multithreaded3.cc | 10 static void *racer(void *p) { function 24 pthread_create(&th1, 0, racer, &x); 25 pthread_create(&th2, 0, racer, &x); |
Completed in 123 milliseconds