Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_unittest.cc324 static const int kDisplayNiceValue = in TEST() local
336 EXPECT_GT(kNormalNiceValue, kDisplayNiceValue); in TEST()
337 EXPECT_GT(kDisplayNiceValue, kRealtimeAudioNiceValue); in TEST()
351 NiceValueToThreadPriority(kDisplayNiceValue + 1)); in TEST()
353 NiceValueToThreadPriority(kDisplayNiceValue)); in TEST()