Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_unittest.cc322 static const int kBackgroundNiceValue = in TEST() local
336 EXPECT_GT(kHighestNiceValue, kBackgroundNiceValue); in TEST()
337 EXPECT_GT(kBackgroundNiceValue, kNormalNiceValue); in TEST()
345 NiceValueToThreadPriority(kBackgroundNiceValue + 1)); in TEST()
347 NiceValueToThreadPriority(kBackgroundNiceValue)); in TEST()