Home
last modified time | relevance | path

Searched defs:SetCurrentThreadType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread.cc25 void PlatformThreadBase::SetCurrentThreadType(ThreadType thread_type) { in SetCurrentThreadType() function in base::PlatformThreadBase
63 void SetCurrentThreadType(ThreadType thread_type, in SetCurrentThreadType() function
H A Dplatform_thread_unittest.cc407 TEST(PlatformThreadTest, SetCurrentThreadType) { in TEST() argument