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

Method mainThreadCTS

src/osvr/Connection/AsyncAccessControl.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 : m_rts(false), m_done(false), m_mainMessage(MTM_WAIT) {}
111
112 bool AsyncAccessControl::mainThreadCTS() {
113 MainLockType lock(m_mut);
114 return m_handleRTS(lock, MTM_CLEAR_TO_SEND);
115 }
116
117 bool AsyncAccessControl::mainThreadDeny() {
118 MainLockType lock(m_mut);

Callers 2

m_connectionInteractMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected