Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dlocks.cpp30 os::memory::Mutex *Locks::customTlsLock_ = nullptr; member in ark::Locks
36 Locks::customTlsLock_ = new os::memory::Mutex(); in Initialize() member in ark::Locks
H A Dthread.cpp866 os::memory::LockHolder lock(*Locks::customTlsLock_); in GetCustomTLSData()
876 os::memory::LockHolder lock(*Locks::customTlsLock_); in SetCustomTLSData()
887 os::memory::LockHolder lock(*Locks::customTlsLock_); in EraseCustomTLSData()
931 os::memory::LockHolder lock(*Locks::customTlsLock_); in FreeInternalMemory()
983 os::memory::LockHolder lock(*Locks::customTlsLock_); in CleanUp()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dlocks.h52 static os::memory::Mutex *customTlsLock_; // NOLINT(misc-non-private-member-variables-in-classes) member in ark::Locks
H A Dmanaged_thread.h906 PandaMap<const char *, PandaUniquePtr<CustomTLSData>> customTlsCache_ GUARDED_BY(Locks::customTlsLock_);

Completed in 5 milliseconds