Searched refs:threadFunc (Results 1 – 2 of 2) sorted by relevance
36 static void *threadFunc(void *a) in threadFunc() function69 ret = pthread_create(&tid, NULL, threadFunc, 0); in Testcase()
226 static void *threadFunc(void *arg) in threadFunc() function337 ret = pthread_create(&newPthread, &a, threadFunc, 0); in PthreadTest004()