Home
last modified time | relevance | path

Searched refs:_remoteCommandCallbackHandle (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dreporter.cpp143 if (_remoteCommandCallbackHandle.isValid()) { in shutdown()
145 handle = _remoteCommandCallbackHandle; in shutdown()
147 invariant(!_remoteCommandCallbackHandle.isValid()); in shutdown()
235 _remoteCommandCallbackHandle = scheduleResult.getValue(); in _sendCommand_inlock()
296 _remoteCommandCallbackHandle = executor::TaskExecutor::CallbackHandle(); in _processResponseCallback()
316 invariant(_remoteCommandCallbackHandle.isValid()); in _processResponseCallback()
358 invariant(_remoteCommandCallbackHandle.isValid()); in _prepareAndSendCommandCallback()
365 _remoteCommandCallbackHandle = executor::TaskExecutor::CallbackHandle(); in _onShutdown_inlock()
377 return _remoteCommandCallbackHandle.isValid() || _prepareAndSendCommandCallbackHandle.isValid(); in _isActive_inlock()
H A Dreporter.h202 executor::TaskExecutor::CallbackHandle _remoteCommandCallbackHandle; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dremote_command_retry_scheduler.cpp221 remoteCommandCallbackHandle = _remoteCommandCallbackHandle; in shutdown()
239 if (_remoteCommandCallbackHandle.isValid()) { in toString()
240 output << " callbackHandle.valid: " << _remoteCommandCallbackHandle.isValid(); in toString()
241 output << " callbackHandle.cancelled: " << _remoteCommandCallbackHandle.isCanceled(); in toString()
259 _remoteCommandCallbackHandle = scheduleResult.getValue(); in _schedule_inlock()
H A Dremote_command_retry_scheduler.h174 executor::TaskExecutor::CallbackHandle _remoteCommandCallbackHandle; variable