Home
last modified time | relevance | path

Searched refs:ConstProxy (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
H A Dsynchronized.h30 struct ConstProxy { struct in ark::verifier::Synchronized
31 ConstProxy() = delete;
32 ConstProxy(const ConstProxy &) = delete;
33 ConstProxy(ConstProxy &&other) in ConstProxy() function
39 explicit ConstProxy(const Synchronized *paramObj) ACQUIRE_SHARED(obj->rwLock_) : obj {paramObj}
48 ~ConstProxy() RELEASE_SHARED(obj->rwLock_)
54 NO_COPY_OPERATOR(ConstProxy);
55 NO_MOVE_OPERATOR(ConstProxy);
[all...]

Completed in 1 milliseconds