Searched refs:mInternalCommandCookie (Results 1 – 1 of 1) sorted by relevance
93 mInternalCommandCookie(std::rand() | 1 /* make sure it's not 0 */), in StreamContext()122 int getInternalCommandCookie() const { return mInternalCommandCookie; } in getInternalCommandCookie()146 int mInternalCommandCookie; // The value used to confirm that the command was posted internally variable