Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_unittest.cc236 class ThreadPriorityTestThread : public FunctionTestThread { class
238 explicit ThreadPriorityTestThread(ThreadPriority priority) in ThreadPriorityTestThread() function in base::__anon3d499c180311::ThreadPriorityTestThread
240 ~ThreadPriorityTestThread() override = default;
255 DISALLOW_COPY_AND_ASSIGN(ThreadPriorityTestThread);
289 ThreadPriorityTestThread thread(kThreadPriorityTestValues[i]); in TEST()
/external/cronet/base/threading/
Dplatform_thread_unittest.cc276 class ThreadPriorityTestThread : public FunctionTestThread { class
278 ThreadPriorityTestThread(ThreadType thread_type, in ThreadPriorityTestThread() function in base::__anon86a31a2e0311::ThreadPriorityTestThread
324 ThreadPriorityTestThread thread(thread_type, priority); in TestPriorityResultingFromThreadType()