MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Data

Method Data

include/process/rwlock.hpp:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 struct Data
161 {
162 Data() : read_locked(0), write_locked(false) {}
163
164 ~Data()
165 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected