Searched refs:PopBackHalf (Results 1 – 2 of 2) sorted by relevance
36 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen)); in test_basic_runqueue()66 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen)); in test_basic_runqueue()83 VERIFY_IS_EQUAL(2u, q.PopBackHalf(&stolen)); in test_basic_runqueue()89 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen)); in test_basic_runqueue()94 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen)); in test_basic_runqueue()98 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen)); in test_basic_runqueue()137 if (q.PopBackHalf(&stolen) == 1) { in test_empty_runqueue()204 if (q.PopBackHalf(&stolen) == 0) { in test_stress_runqueue()
120 unsigned PopBackHalf(std::vector<Work>* result) { in PopBackHalf() function