Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Dreuse-threads.cpp15 void *threadfn(void *) { in threadfn() function
26 pthread_create(&t, nullptr, threadfn, nullptr); in start_stop_threads()