Searched refs:ThreadPriorityTestThread (Results 1 – 1 of 1) sorted by relevance
249 class ThreadPriorityTestThread : public FunctionTestThread { class251 explicit ThreadPriorityTestThread(ThreadPriority priority) in ThreadPriorityTestThread() function in base::__anonbb291b730311::ThreadPriorityTestThread253 ~ThreadPriorityTestThread() override = default;268 DISALLOW_COPY_AND_ASSIGN(ThreadPriorityTestThread);291 ThreadPriorityTestThread thread(kThreadPriorityTestValues[i]); in TEST()