HomeSort by relevance Sort by last modified time
    Searched refs:ScopedSetTaskPriorityForCurrentThread (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/task_scheduler/
scoped_set_task_priority_for_current_thread.h 15 class BASE_EXPORT ScopedSetTaskPriorityForCurrentThread {
19 ScopedSetTaskPriorityForCurrentThread(TaskPriority priority);
20 ~ScopedSetTaskPriorityForCurrentThread();
25 DISALLOW_COPY_AND_ASSIGN(ScopedSetTaskPriorityForCurrentThread);
scoped_set_task_priority_for_current_thread.cc 21 ScopedSetTaskPriorityForCurrentThread::ScopedSetTaskPriorityForCurrentThread(
28 ScopedSetTaskPriorityForCurrentThread::
29 ~ScopedSetTaskPriorityForCurrentThread() {
scoped_set_task_priority_for_current_thread_unittest.cc 14 ScopedSetTaskPriorityForCurrentThread) {
17 ScopedSetTaskPriorityForCurrentThread

Completed in 104 milliseconds