Searched refs:getInternalCommandCookie (Results 1 – 2 of 2) sorted by relevance
187 if (cookie == (mContext->getInternalCommandCookie() ^ getTid())) { in cycle()417 if (cookie == (mContext->getInternalCommandCookie() ^ getTid())) { in cycle()780 mContext.getInternalCommandCookie() ^ mWorker->getTid()); in stopWorker()
122 int getInternalCommandCookie() const { return mInternalCommandCookie; } in getInternalCommandCookie() function