HomeSort by relevance Sort by last modified time
    Searched refs:PopBackHalf (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
cxx11_runqueue.cpp 36 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen));
66 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen));
83 VERIFY_IS_EQUAL(2u, q.PopBackHalf(&stolen));
89 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen));
94 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen));
98 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen));
137 if (q.PopBackHalf(&stolen) == 1) {
204 if (q.PopBackHalf(&stolen) == 0) {
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
RunQueue.h 118 // PopBackHalf removes and returns half last elements in the queue.
120 unsigned PopBackHalf(std::vector<Work>* result) {

Completed in 268 milliseconds