Home
last modified time | relevance | path

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

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