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::__anon3d499c180311::ThreadPriorityTestThread240 ~ThreadPriorityTestThread() override = default;255 DISALLOW_COPY_AND_ASSIGN(ThreadPriorityTestThread);289 ThreadPriorityTestThread thread(kThreadPriorityTestValues[i]); in TEST()
276 class ThreadPriorityTestThread : public FunctionTestThread { class278 ThreadPriorityTestThread(ThreadType thread_type, in ThreadPriorityTestThread() function in base::__anon86a31a2e0311::ThreadPriorityTestThread324 ThreadPriorityTestThread thread(thread_type, priority); in TestPriorityResultingFromThreadType()