Searched refs:entryPtr (Results 1 – 2 of 2) sorted by relevance
58 static void* startThread (void* entryPtr) in startThread() argument60 Thread* thread = (Thread*)entryPtr; in startThread()
58 static DWORD __stdcall startThread (LPVOID entryPtr) in startThread() argument60 ThreadEntry* entry = (ThreadEntry*)entryPtr; in startThread()