Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dmutex_test.cpp74 static void *tryThread(void *Param) { in tryThread() function
98 pthread_create(&Threads[I], 0, tryThread, &Data); in TEST()