Searched refs:SimpleThread_threadfn (Results 1 – 1 of 1) sorted by relevance
2965 static void *SimpleThread_threadfn(void* data) { in SimpleThread_threadfn() function2972 int res = pthread_create(&t, NULL, SimpleThread_threadfn, NULL); in TEST()