Searched refs:void_thread_core_ptr (Results 1 – 1 of 1) sorted by relevance
20 void StartThreadCore(void* void_thread_core_ptr) { in StartThreadCore() argument21 static_cast<ThreadCore*>(void_thread_core_ptr)->Start(); in StartThreadCore()