Searched refs:ThreadPriorityTestThread (Results 1 – 2 of 2) sorted by relevance
236 class ThreadPriorityTestThread : public FunctionTestThread { class238 explicit ThreadPriorityTestThread(ThreadPriority priority) in ThreadPriorityTestThread() function in base::__anonf1c782690311::ThreadPriorityTestThread240 ~ThreadPriorityTestThread() override = default;255 DISALLOW_COPY_AND_ASSIGN(ThreadPriorityTestThread);289 ThreadPriorityTestThread thread(kThreadPriorityTestValues[i]); in TEST()
277 class ThreadPriorityTestThread : public FunctionTestThread { class279 ThreadPriorityTestThread(ThreadType thread_type, in ThreadPriorityTestThread() function in base::__anon7bdd3a1f0311::ThreadPriorityTestThread325 ThreadPriorityTestThread thread(thread_type, priority); in TestPriorityResultingFromThreadType()