Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
H A Dplatform_thread.cc14 SetThreadNameProc g_set_thread_name_proc = nullptr;
18 void PlatformThread::SetThreadNameHook(SetThreadNameProc hook) { in SetThreadNameHook()
H A Dplatform_thread.h71 typedef void (*SetThreadNameProc)(const std::string&); typedef
104 static void SetThreadNameHook(SetThreadNameProc hook); in PA_COMPONENT_EXPORT()