Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_unittest.cc326 static const int kDisplayNiceValue = in TEST() local
338 EXPECT_GT(kNormalNiceValue, kDisplayNiceValue); in TEST()
339 EXPECT_GT(kDisplayNiceValue, kRealtimeAudioNiceValue); in TEST()
353 NiceValueToThreadPriority(kDisplayNiceValue + 1)); in TEST()
355 NiceValueToThreadPriority(kDisplayNiceValue)); in TEST()