Home
last modified time | relevance | path

Searched refs:ScopedSetTaskPriorityForCurrentThread (Results 1 – 8 of 8) sorted by relevance

/external/cronet/base/task/
Dscoped_set_task_priority_for_current_thread.h16 [[maybe_unused, nodiscard]] ScopedSetTaskPriorityForCurrentThread {
20 explicit ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);
22 ScopedSetTaskPriorityForCurrentThread(
23 const ScopedSetTaskPriorityForCurrentThread&) = delete;
24 ScopedSetTaskPriorityForCurrentThread& operator=(
25 const ScopedSetTaskPriorityForCurrentThread&) = delete;
27 ~ScopedSetTaskPriorityForCurrentThread();
Dscoped_set_task_priority_for_current_thread.cc20 ScopedSetTaskPriorityForCurrentThread::ScopedSetTaskPriorityForCurrentThread( in ScopedSetTaskPriorityForCurrentThread() function in base::internal::ScopedSetTaskPriorityForCurrentThread
26 ScopedSetTaskPriorityForCurrentThread::
27 ~ScopedSetTaskPriorityForCurrentThread() = default;
Dscoped_set_task_priority_for_current_thread_unittest.cc14 ScopedSetTaskPriorityForCurrentThread) { in TEST()
17 ScopedSetTaskPriorityForCurrentThread in TEST()
/external/libchrome/base/task_scheduler/
Dscoped_set_task_priority_for_current_thread.h15 class BASE_EXPORT ScopedSetTaskPriorityForCurrentThread {
19 ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);
20 ~ScopedSetTaskPriorityForCurrentThread();
25 DISALLOW_COPY_AND_ASSIGN(ScopedSetTaskPriorityForCurrentThread);
Dscoped_set_task_priority_for_current_thread.cc21 ScopedSetTaskPriorityForCurrentThread::ScopedSetTaskPriorityForCurrentThread( in ScopedSetTaskPriorityForCurrentThread() function in base::internal::ScopedSetTaskPriorityForCurrentThread
28 ScopedSetTaskPriorityForCurrentThread::
29 ~ScopedSetTaskPriorityForCurrentThread() { in ~ScopedSetTaskPriorityForCurrentThread()
Dscoped_set_task_priority_for_current_thread_unittest.cc14 ScopedSetTaskPriorityForCurrentThread) { in TEST()
17 ScopedSetTaskPriorityForCurrentThread in TEST()
Dtask_tracker.cc486 ScopedSetTaskPriorityForCurrentThread in RunOrSkipTask()
/external/cronet/base/task/thread_pool/
Dtask_tracker.cc455 ScopedSetTaskPriorityForCurrentThread in RunTask()