Home
last modified time | relevance | path

Searched defs:thread_type (Results 1 – 25 of 48) sorted by relevance

12

/external/cronet/stable/base/threading/
Dplatform_thread_linux.cc51 ThreadType thread_type) { in ThreadTypeToCgroupDirectory()
77 ThreadType thread_type) { in SetThreadCgroupForThreadType()
126 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
237 ThreadType thread_type) { in SetThreadCgroupsForThreadType()
250 ThreadType thread_type, in SetThreadType()
258 ThreadType thread_type, in SetThreadTypeLinux()
Dplatform_thread_win.cc87 ThreadType thread_type; member
152 ThreadType thread_type, in CreateThreadInternal()
308 ThreadType thread_type, in CreateWithType()
323 ThreadType thread_type, in CreateNonJoinableWithType()
365 void SetCurrentThreadPriority(ThreadType thread_type, in SetCurrentThreadPriority()
447 void SetCurrentThreadQualityOfService(ThreadType thread_type) { in SetCurrentThreadQualityOfService()
482 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
Dplatform_thread_posix.cc65 ThreadType thread_type = ThreadType::kDefault; member
119 ThreadType thread_type, in CreateThread()
314 ThreadType thread_type, in CreateWithType()
328 ThreadType thread_type, in CreateNonJoinableWithType()
375 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
Dplatform_thread.cc23 void PlatformThreadBase::SetCurrentThreadType(ThreadType thread_type) { in SetCurrentThreadType()
61 void SetCurrentThreadType(ThreadType thread_type, in SetCurrentThreadType()
Dplatform_thread_cros.cc134 ThreadType thread_type) { in SetThreadLatencySensitivity()
251 ThreadType thread_type) { in SetThreadTypeOtherAttrs()
265 ThreadType thread_type, in SetThreadRTPrioFromType()
303 ThreadType thread_type) { in SetThreadNiceFromType()
383 ThreadType thread_type, in SetThreadType()
433 ThreadType thread_type, in SetThreadTypeChromeOS()
Dplatform_thread_fuchsia.cc103 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
141 const ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in GetCurrentThreadPriorityForTest() local
Dhang_watcher.cc67 void LogStatusHistogram(HangWatcher::ThreadType thread_type, in LogStatusHistogram()
164 bool ThreadTypeLoggingLevelGreaterOrEqual(HangWatcher::ThreadType thread_type, in ThreadTypeLoggingLevelGreaterOrEqual()
679 ThreadType thread_type) { in RegisterThreadInternal()
697 ScopedClosureRunner HangWatcher::RegisterThread(ThreadType thread_type) { in RegisterThread()
812 const HangWatcher::ThreadType thread_type = in Init() local
1202 HangWatchState::HangWatchState(HangWatcher::ThreadType thread_type) in HangWatchState()
1232 HangWatcher::ThreadType thread_type) { in CreateHangWatchStateForCurrentThread()
Dplatform_thread_nacl.cc15 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
Dplatform_thread_internal_posix.cc21 BASE_EXPORT int ThreadTypeToNiceValue(ThreadType thread_type) { in ThreadTypeToNiceValue()
Dplatform_thread_internal_posix.h19 ThreadType thread_type; member
Dscoped_thread_priority.cc55 const base::ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in ScopedMayLoadLibraryAtBackgroundPriority() local
Dplatform_thread_android.cc59 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
/external/cronet/tot/base/threading/
Dplatform_thread_linux.cc51 ThreadType thread_type) { in ThreadTypeToCgroupDirectory()
77 ThreadType thread_type) { in SetThreadCgroupForThreadType()
126 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
237 ThreadType thread_type) { in SetThreadCgroupsForThreadType()
250 ThreadType thread_type, in SetThreadType()
258 ThreadType thread_type, in SetThreadTypeLinux()
Dplatform_thread_win.cc87 ThreadType thread_type; member
152 ThreadType thread_type, in CreateThreadInternal()
308 ThreadType thread_type, in CreateWithType()
323 ThreadType thread_type, in CreateNonJoinableWithType()
365 void SetCurrentThreadPriority(ThreadType thread_type, in SetCurrentThreadPriority()
447 void SetCurrentThreadQualityOfService(ThreadType thread_type) { in SetCurrentThreadQualityOfService()
482 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
Dplatform_thread_posix.cc65 ThreadType thread_type = ThreadType::kDefault; member
119 ThreadType thread_type, in CreateThread()
314 ThreadType thread_type, in CreateWithType()
328 ThreadType thread_type, in CreateNonJoinableWithType()
375 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
Dplatform_thread.cc23 void PlatformThreadBase::SetCurrentThreadType(ThreadType thread_type) { in SetCurrentThreadType()
61 void SetCurrentThreadType(ThreadType thread_type, in SetCurrentThreadType()
Dplatform_thread_cros.cc134 ThreadType thread_type) { in SetThreadLatencySensitivity()
251 ThreadType thread_type) { in SetThreadTypeOtherAttrs()
265 ThreadType thread_type, in SetThreadRTPrioFromType()
303 ThreadType thread_type) { in SetThreadNiceFromType()
383 ThreadType thread_type, in SetThreadType()
433 ThreadType thread_type, in SetThreadTypeChromeOS()
Dplatform_thread_fuchsia.cc103 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
141 const ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in GetCurrentThreadPriorityForTest() local
Dhang_watcher.cc67 void LogStatusHistogram(HangWatcher::ThreadType thread_type, in LogStatusHistogram()
164 bool ThreadTypeLoggingLevelGreaterOrEqual(HangWatcher::ThreadType thread_type, in ThreadTypeLoggingLevelGreaterOrEqual()
679 ThreadType thread_type) { in RegisterThreadInternal()
697 ScopedClosureRunner HangWatcher::RegisterThread(ThreadType thread_type) { in RegisterThread()
812 const HangWatcher::ThreadType thread_type = in Init() local
1202 HangWatchState::HangWatchState(HangWatcher::ThreadType thread_type) in HangWatchState()
1232 HangWatcher::ThreadType thread_type) { in CreateHangWatchStateForCurrentThread()
Dplatform_thread_nacl.cc15 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
Dplatform_thread_internal_posix.cc21 BASE_EXPORT int ThreadTypeToNiceValue(ThreadType thread_type) { in ThreadTypeToNiceValue()
Dplatform_thread_internal_posix.h19 ThreadType thread_type; member
Dscoped_thread_priority.cc55 const base::ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in ScopedMayLoadLibraryAtBackgroundPriority() local
Dplatform_thread_android.cc59 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
Dsimple_thread.h78 ThreadType thread_type = ThreadType::kDefault; member

12