Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_thread.cpp39 static void *thread_alot_func(void *arg) { in thread_alot_func() function
53 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0); in TEST()