Searched refs:CreateRecursiveThread (Results 1 – 1 of 1) sorted by relevance
86 static void* CreateRecursiveThread(void *argv) in CreateRecursiveThread() function98 pthread_create(&thread, nullptr, CreateRecursiveThread, nullptr); in RecursiveMultiThreadConstructor()