Home
last modified time | relevance | path

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

12

/external/cronet/base/threading/
Dplatform_thread_linux.cc51 ThreadType thread_type) { in ThreadTypeToCgroupDirectory()
90 ThreadType thread_type) { in SetThreadCgroupForThreadType()
154 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
264 ThreadType thread_type) { in SetThreadCgroupsForThreadType()
277 ThreadType thread_type, in SetThreadType()
Dplatform_thread_win.cc101 ThreadType thread_type; member
167 ThreadType thread_type, in CreateThreadInternal()
323 ThreadType thread_type, in CreateWithType()
338 ThreadType thread_type, in CreateNonJoinableWithType()
380 void SetCurrentThreadPriority(ThreadType thread_type, in SetCurrentThreadPriority()
467 void SetCurrentThreadQualityOfService(ThreadType thread_type) { in SetCurrentThreadQualityOfService()
503 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
Dplatform_thread_posix.cc64 ThreadType thread_type = ThreadType::kDefault; member
119 ThreadType thread_type, in CreateThread()
312 ThreadType thread_type, in CreateWithType()
326 ThreadType thread_type, in CreateNonJoinableWithType()
373 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
Dplatform_thread.cc25 void PlatformThreadBase::SetCurrentThreadType(ThreadType thread_type) { in SetCurrentThreadType()
63 void SetCurrentThreadType(ThreadType thread_type, in SetCurrentThreadType()
Dplatform_thread_cros.cc126 ThreadType thread_type) { in SetThreadLatencySensitivity()
243 ThreadType thread_type) { in SetThreadTypeOtherAttrs()
257 ThreadType thread_type, in SetThreadRTPrioFromType()
297 ThreadType thread_type) { in SetThreadNiceFromType()
366 ThreadType thread_type, in SetThreadType()
Dplatform_thread_fuchsia.cc103 void SetCurrentThreadTypeImpl(ThreadType thread_type, in SetCurrentThreadTypeImpl()
146 const ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in GetCurrentThreadPriorityForTest() local
Dhang_watcher.cc64 void LogHungThreadCountHistogram(HangWatcher::ThreadType thread_type, in LogHungThreadCountHistogram()
144 bool ThreadTypeLoggingLevelGreaterOrEqual(HangWatcher::ThreadType thread_type, in ThreadTypeLoggingLevelGreaterOrEqual()
663 ThreadType thread_type) { in RegisterThreadInternal()
681 ScopedClosureRunner HangWatcher::RegisterThread(ThreadType thread_type) { in RegisterThread()
796 const HangWatcher::ThreadType thread_type = in Init() local
1182 HangWatchState::HangWatchState(HangWatcher::ThreadType thread_type) in HangWatchState()
1212 HangWatcher::ThreadType thread_type) { in CreateHangWatchStateForCurrentThread()
Dplatform_thread_unittest.cc278 ThreadPriorityTestThread(ThreadType thread_type, in ThreadPriorityTestThread()
322 void TestPriorityResultingFromThreadType(ThreadType thread_type, in TestPriorityResultingFromThreadType()
338 ThreadType thread_type, in GetCurrentThreadPriorityIfStartWithThreadType()
362 ThreadType thread_type, in GetCurrentThreadPriorityIfSetThreadTypeLater()
375 [](ThreadType thread_type, ThreadPriorityForTest* priority) { in GetCurrentThreadPriorityIfSetThreadTypeLater()
385 void TestPriorityResultingFromThreadType(ThreadType thread_type, in TestPriorityResultingFromThreadType()
Dplatform_thread_internal_posix.cc20 BASE_EXPORT int ThreadTypeToNiceValue(ThreadType thread_type) { in ThreadTypeToNiceValue()
Dplatform_thread_nacl.cc15 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform()
Dplatform_thread_internal_posix.h18 ThreadType thread_type; member
Dscoped_thread_priority.cc54 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
Dthread.h104 ThreadType thread_type = ThreadType::kDefault; member
Dhang_watcher.h648 HangWatcher::ThreadType thread_type() const { return thread_type_; } in thread_type() function
Dthread.cc115 Thread::Options::Options(ThreadType thread_type) : thread_type(thread_type) {} in Options()
/external/cronet/base/android/
Djava_handler_thread.cc29 base::ThreadType thread_type) in JavaHandlerThread()
Djava_handler_thread_unittest.cc21 base::ThreadType thread_type = base::ThreadType::kDefault) in JavaHandlerThreadForTest()
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_thread_descriptor.proto82 optional ThreadType thread_type = 1; field
/external/cronet/base/
Dno_destructor_unittest.cc157 BlockingConstructorThread(ThreadType thread_type, OnceClosure before_get) in BlockingConstructorThread()
Dlazy_instance_unittest.cc250 base::ThreadType thread_type, in BlockingConstructorThread()
/external/perfetto/test/
Dsynth_common.py553 thread_type=None): argument
597 thread_type=None): argument
/external/cronet/base/task/thread_pool/
Dthread_group_impl_unittest.cc90 void CreateThreadGroup(ThreadType thread_type = ThreadType::kDefault) { in CreateThreadGroup()
/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
Dperfetto_trace.proto14499 optional ThreadType thread_type = 1; field

12