MCPcopy Create free account
hub / github.com/VCVRack/Rack / unlock_shared

Method unlock_shared

include/mutex.hpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return pthread_rwlock_tryrdlock(&rwlock) == 0;
51 }
52 void unlock_shared() {
53 unlock();
54 }
55};
56
57

Callers 1

~SharedLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected