MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / acquire

Method acquire

dds/DCPS/DataSampleHeader.h:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 struct NoOpLock : ACE_Lock {
279 int remove() { return 0; }
280 int acquire() { return 0; }
281 int tryacquire() { return 0; }
282 int release() { return 0; }
283 int acquire_read() { return 0; }

Callers 11

ProxyMethod · 0.80
instance_lock_acquireMethod · 0.80
executeMethod · 0.80
waitMethod · 0.80
builtin_configMethod · 0.80
get_plugin_instMethod · 0.80
ProxyMethod · 0.80
passive_connectionMethod · 0.80
passive_connectionMethod · 0.80
sample_receivedMethod · 0.80
waitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected