Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_thread.cc40 static void *thread_alot_func(void *arg) { in thread_alot_func() function
54 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0); in TEST()