Home
last modified time | relevance | path

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

/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()