MCPcopy Create free account
hub / github.com/bloomberg/quantum / tryLockRead

Method tryLockRead

quantum/impl/quantum_read_write_mutex_impl.h:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66inline
67bool ReadWriteMutex::tryLockRead()
68{
69 return _spinlock.tryLockRead();
70}
71
72inline
73bool ReadWriteMutex::tryLockWrite()

Callers 2

GuardMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36