Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/task/
H A 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();
H A Dscoped_set_task_priority_for_current_thread.cc20 ScopedSetTaskPriorityForCurrentThread::ScopedSetTaskPriorityForCurrentThread( in ScopedSetTaskPriorityForCurrentThread() function in base::internal::ScopedSetTaskPriorityForCurrentThread
26 ScopedSetTaskPriorityForCurrentThread::
27 ~ScopedSetTaskPriorityForCurrentThread() = default;
H A Dscoped_set_task_priority_for_current_thread_unittest.cc14 ScopedSetTaskPriorityForCurrentThread) { in TEST()
17 ScopedSetTaskPriorityForCurrentThread in TEST()
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscoped_set_task_priority_for_current_thread.h15 class BASE_EXPORT ScopedSetTaskPriorityForCurrentThread {
19 ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);
20 ~ScopedSetTaskPriorityForCurrentThread();
25 DISALLOW_COPY_AND_ASSIGN(ScopedSetTaskPriorityForCurrentThread);
H A Dscoped_set_task_priority_for_current_thread.cc21 ScopedSetTaskPriorityForCurrentThread::ScopedSetTaskPriorityForCurrentThread( in ScopedSetTaskPriorityForCurrentThread() function in base::internal::ScopedSetTaskPriorityForCurrentThread
28 ScopedSetTaskPriorityForCurrentThread::
29 ~ScopedSetTaskPriorityForCurrentThread() { in ~ScopedSetTaskPriorityForCurrentThread()
H A Dscoped_set_task_priority_for_current_thread_unittest.cc14 ScopedSetTaskPriorityForCurrentThread) { in TEST()
17 ScopedSetTaskPriorityForCurrentThread in TEST()
H A Dtask_tracker.cc486 ScopedSetTaskPriorityForCurrentThread in RunOrSkipTask()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/6/external/libchrome/base/task_scheduler/
Dscoped_set_task_priority_for_current_thread.h18 class BASE_EXPORT ScopedSetTaskPriorityForCurrentThread {
22 ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);
23 ~ScopedSetTaskPriorityForCurrentThread();
28 DISALLOW_COPY_AND_ASSIGN(ScopedSetTaskPriorityForCurrentThread);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task_scheduler/
Dscoped_set_task_priority_for_current_thread.h18 class BASE_EXPORT ScopedSetTaskPriorityForCurrentThread {
22 ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);
23 ~ScopedSetTaskPriorityForCurrentThread();
28 DISALLOW_COPY_AND_ASSIGN(ScopedSetTaskPriorityForCurrentThread);
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dtask_tracker.cc484 ScopedSetTaskPriorityForCurrentThread in RunTask()