Searched refs:thread_object (Results 1 – 3 of 3) sorted by relevance
51 static bool Process(void* thread_object);
180 bool CpuWindows::Process(void* thread_object) in Process() argument182 return reinterpret_cast<CpuWindows*>(thread_object)->ProcessImpl(); in Process()
260 bool DeadlockProc(void* thread_object) { in DeadlockProc() argument261 ThreadData* thread_data = static_cast<ThreadData*>(thread_object); in DeadlockProc()