Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_unittest.cc249 class ThreadPriorityTestThread : public FunctionTestThread { class
251 explicit ThreadPriorityTestThread(ThreadPriority priority) in ThreadPriorityTestThread() function in base::__anonbb291b730311::ThreadPriorityTestThread
253 ~ThreadPriorityTestThread() override = default;
268 DISALLOW_COPY_AND_ASSIGN(ThreadPriorityTestThread);
291 ThreadPriorityTestThread thread(kThreadPriorityTestValues[i]); in TEST()