Home
last modified time | relevance | path

Searched refs:customTlsLock_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dlocks.cpp30 os::memory::Mutex *Locks::customTlsLock_ = nullptr; member in panda::Locks
36 Locks::customTlsLock_ = new os::memory::Mutex(); in Initialize()
Dthread.cpp850 os::memory::LockHolder lock(*Locks::customTlsLock_); in GetCustomTLSData()
860 os::memory::LockHolder lock(*Locks::customTlsLock_); in SetCustomTLSData()
871 os::memory::LockHolder lock(*Locks::customTlsLock_); in EraseCustomTLSData()
908 os::memory::LockHolder lock(*Locks::customTlsLock_); in FreeInternalMemory()
959 os::memory::LockHolder lock(*Locks::customTlsLock_); in CleanUp()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlocks.h52 … static os::memory::Mutex *customTlsLock_; // NOLINT(misc-non-private-member-variables-in-classes) variable
Dmanaged_thread.h889 …Map<const char *, PandaUniquePtr<CustomTLSData>> customTlsCache_ GUARDED_BY(Locks::customTlsLock_);