| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected