Searched refs:mWorks (Results 1 – 2 of 2) sorted by relevance
38 Work* work = mWorks.pop(); in BackgroundExecutor()41 work = mWorks.pop(); in BackgroundExecutor()72 mWorks.push(work); in sendCallbacks()
54 LocklessStack<Work> mWorks; variable