Searched refs:PendingWork (Results 1 – 2 of 2) sorted by relevance
227 Mutexed<PendingWork>::Locked pending(mPendingWork); in flush_sm()297 Mutexed<PendingWork>::Locked pending(mPendingWork); in stop()321 Mutexed<PendingWork>::Locked pending(mPendingWork); in reset()354 Mutexed<PendingWork>::Locked pending(mPendingWork); in finish()379 Mutexed<PendingWork>::Locked pending(mPendingWork); in cloneAndSend()529 Mutexed<PendingWork>::Locked pending(mPendingWork); in processQueue()
234 typedef std::unordered_map<uint64_t, std::unique_ptr<C2Work>> PendingWork; typedef235 Mutexed<PendingWork> mPendingWork;