Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3265 static void *SimpleThread_threadfn(void* data) { in SimpleThread_threadfn() function
3272 int res = pthread_create(&t, NULL, SimpleThread_threadfn, NULL); in TEST()