Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3024 static void *SimpleThread_threadfn(void* data) { in SimpleThread_threadfn() function
3031 int res = pthread_create(&t, NULL, SimpleThread_threadfn, NULL); in TEST()