Searched refs:threadFunc4 (Results 1 – 1 of 1) sorted by relevance
965 static void *threadFunc4(void *) { pthread_exit(&g_exitOne); } in threadFunc4() function972 err = pthread_create(&pidFirst, nullptr, threadFunc4, nullptr); in testExit()