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