Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ lock
Method
lock
src/osvr/Connection/AsyncDeviceToken.cpp:129–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
public:
128
AsyncSendGuard(AsyncAccessControl &control) : m_rts(control) {}
129
virtual bool lock() { return m_rts.request(); }
130
virtual ~AsyncSendGuard() {}
131
132
private:
Callers
15
handleShutdown
Function · 0.80
for_each_cleanup_pointers
Function · 0.80
request
Method · 0.80
osvrDeviceDirectionReportData
Function · 0.80
osvrDeviceAnalogSetValueTimestamped
Function · 0.80
osvrDeviceAnalogSetValuesTimestamped
Function · 0.80
osvrDeviceImagingReportFrame
Function · 0.80
osvrDeviceButtonSetValueTimestamped
Function · 0.80
osvrDeviceButtonSetValuesTimestamped
Function · 0.80
osvrDeviceLocomotionReportNaviVelocity
Function · 0.80
osvrDeviceLocomotionReportNaviPosition
Function · 0.80
osvrDeviceEyeTrackerReport2DGaze
Function · 0.80
Calls
1
request
Method · 0.80
Tested by
no test coverage detected