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

Method mainThreadDeny

src/osvr/Connection/AsyncAccessControl.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 bool AsyncAccessControl::mainThreadDeny() {
118 MainLockType lock(m_mut);
119 return m_handleRTS(lock, MTM_DENY_SEND);
120 }
121
122 bool AsyncAccessControl::mainThreadDenyPermanently() {
123 MainLockType lock(m_mut);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected