Home
last modified time | relevance | path

Searched defs:CanChangeThreadType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_fuchsia.cc96 bool PlatformThread::CanChangeThreadType(ThreadType from, ThreadType to) { in CanChangeThreadType() function in base::PlatformThread
H A Dplatform_thread_posix.cc357 bool PlatformThreadBase::CanChangeThreadType(ThreadType from, ThreadType to) { in CanChangeThreadType() function in base::PlatformThreadBase
H A Dplatform_thread_win.cc373 bool PlatformThread::CanChangeThreadType(ThreadType from, ThreadType to) { in CanChangeThreadType() function in base::PlatformThread
H A Dplatform_thread_unittest.cc426 TEST(PlatformThreadTest, CanChangeThreadType) { in TEST() argument