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