Searched refs:kBusy (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | RunQueue.h | 59 !e->state.compare_exchange_strong(s, kBusy, std::memory_order_acquire)) in PushFront() 74 !e->state.compare_exchange_strong(s, kBusy, std::memory_order_acquire)) in PopFront() 91 !e->state.compare_exchange_strong(s, kBusy, std::memory_order_acquire)) in PushBack() 110 !e->state.compare_exchange_strong(s, kBusy, std::memory_order_acquire)) in PopBack() 135 !e->state.compare_exchange_strong(s, kBusy, in PopBackHalf() 189 kBusy, enumerator
|