Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlocks.h58 … static os::memory::Mutex *customTlsLock_; // NOLINT(misc-non-private-member-variables-in-classes) variable
/arkcompiler/runtime_core/static_core/runtime/
Dlocks.cpp30 os::memory::Mutex *Locks::customTlsLock_ = nullptr; member in ark::Locks