MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / ReleaseMutex

Method ReleaseMutex

cpp/iedriver/InputManager.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void InputManager::ReleaseMutex(HANDLE mutex_handle) {
248 if (mutex_handle != NULL) {
249 ::ReleaseMutex(mutex_handle);
250 ::CloseHandle(mutex_handle);
251 }
252}
253
254InputState InputManager::CloneCurrentInputState(void) {
255 InputState current_input_state;

Callers 1

PerformInputSequenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected