Home
last modified time | relevance | path

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

/external/cronet/base/threading/
Dplatform_thread_fuchsia.cc96 bool PlatformThread::CanChangeThreadType(ThreadType from, ThreadType to) { in CanChangeThreadType() function in base::PlatformThread
Dplatform_thread_posix.cc355 bool PlatformThread::CanChangeThreadType(ThreadType from, ThreadType to) { in CanChangeThreadType() function in base::PlatformThread
Dplatform_thread_win.cc367 bool PlatformThread::CanChangeThreadType(ThreadType from, ThreadType to) { in CanChangeThreadType() function in base::PlatformThread
Dplatform_thread_unittest.cc425 TEST(PlatformThreadTest, CanChangeThreadType) { in TEST() argument