Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread_unittest.cc236 class ThreadPriorityTestThread : public FunctionTestThread { class
238 explicit ThreadPriorityTestThread(ThreadPriority priority) in ThreadPriorityTestThread() function in base::__anonf1c782690311::ThreadPriorityTestThread
240 ~ThreadPriorityTestThread() override = default;
255 DISALLOW_COPY_AND_ASSIGN(ThreadPriorityTestThread);
289 ThreadPriorityTestThread thread(kThreadPriorityTestValues[i]); in TEST()
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_unittest.cc277 class ThreadPriorityTestThread : public FunctionTestThread { class
279 ThreadPriorityTestThread(ThreadType thread_type, in ThreadPriorityTestThread() function in base::__anon7bdd3a1f0311::ThreadPriorityTestThread
325 ThreadPriorityTestThread thread(thread_type, priority); in TestPriorityResultingFromThreadType()