Home
last modified time | relevance | path

Searched defs:mutator_lock (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/runtime/include/
Dlocks.h53 static MutatorLock *mutator_lock; // NOLINT(misc-non-private-member-variables-in-classes) variable
/ark/runtime_core/runtime/
Dlocks.cpp25 MutatorLock *Locks::mutator_lock = nullptr; member in panda::Locks