Searched refs:SetThreadNameProc (Results 1 – 2 of 2) sorted by relevance
14 SetThreadNameProc g_set_thread_name_proc = nullptr;18 void PlatformThread::SetThreadNameHook(SetThreadNameProc hook) { in SetThreadNameHook()
71 typedef void (*SetThreadNameProc)(const std::string&); typedef104 static void SetThreadNameHook(SetThreadNameProc hook); in PA_COMPONENT_EXPORT()