Home
last modified time | relevance | path

Searched refs:SetThreadNameProc (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/threading/
Dplatform_thread.cc14 SetThreadNameProc g_set_thread_name_proc = nullptr;
18 void PlatformThread::SetThreadNameHook(SetThreadNameProc hook) { in SetThreadNameHook()
Dplatform_thread.h72 typedef void (*SetThreadNameProc)(const std::string&); typedef
105 static void SetThreadNameHook(SetThreadNameProc hook); in PA_COMPONENT_EXPORT()