Searched refs:PThreadCreateThread (Results 1 – 1 of 1) sorted by relevance
751 static void *PThreadCreateThread(void *arg) in PThreadCreateThread() function762 int ret = pthread_create(&threadId, nullptr, PThreadCreateThread, &count); in PThreadCreate()