Searched refs:ScopedSetTaskPriorityForCurrentThread (Results 1 – 10 of 10) sorted by relevance
16 [[maybe_unused, nodiscard]] ScopedSetTaskPriorityForCurrentThread {20 explicit ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);22 ScopedSetTaskPriorityForCurrentThread(23 const ScopedSetTaskPriorityForCurrentThread&) = delete;24 ScopedSetTaskPriorityForCurrentThread& operator=(25 const ScopedSetTaskPriorityForCurrentThread&) = delete;27 ~ScopedSetTaskPriorityForCurrentThread();
20 ScopedSetTaskPriorityForCurrentThread::ScopedSetTaskPriorityForCurrentThread( in ScopedSetTaskPriorityForCurrentThread() function in base::internal::ScopedSetTaskPriorityForCurrentThread26 ScopedSetTaskPriorityForCurrentThread::27 ~ScopedSetTaskPriorityForCurrentThread() = default;
14 ScopedSetTaskPriorityForCurrentThread) { in TEST()17 ScopedSetTaskPriorityForCurrentThread in TEST()
15 class BASE_EXPORT ScopedSetTaskPriorityForCurrentThread {19 ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);20 ~ScopedSetTaskPriorityForCurrentThread();25 DISALLOW_COPY_AND_ASSIGN(ScopedSetTaskPriorityForCurrentThread);
21 ScopedSetTaskPriorityForCurrentThread::ScopedSetTaskPriorityForCurrentThread( in ScopedSetTaskPriorityForCurrentThread() function in base::internal::ScopedSetTaskPriorityForCurrentThread28 ScopedSetTaskPriorityForCurrentThread::29 ~ScopedSetTaskPriorityForCurrentThread() { in ~ScopedSetTaskPriorityForCurrentThread()
486 ScopedSetTaskPriorityForCurrentThread in RunOrSkipTask()
18 class BASE_EXPORT ScopedSetTaskPriorityForCurrentThread {22 ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);23 ~ScopedSetTaskPriorityForCurrentThread();28 DISALLOW_COPY_AND_ASSIGN(ScopedSetTaskPriorityForCurrentThread);
484 ScopedSetTaskPriorityForCurrentThread in RunTask()