Searched refs:SmallStackThread_threadfn (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2993 static void *SmallStackThread_threadfn(void* data) { function
3014 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL);
3034 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL);

Completed in 34 milliseconds