Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots_allocator.h40 using ListLock = os::memory::Mutex; variable
47 using ListLock = os::memory::DummyLock; variable
Drunslots_allocator-inl.h52 using ListLock = typename LockConfigT::ListLock; in Alloc() local