MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / AsyncAccessControl

Method AsyncAccessControl

src/osvr/Connection/AsyncAccessControl.cpp:109–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 AsyncAccessControl::AsyncAccessControl()
110 : m_rts(false), m_done(false), m_mainMessage(MTM_WAIT) {}
111
112 bool AsyncAccessControl::mainThreadCTS() {
113 MainLockType lock(m_mut);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected