Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dclass_initializer.cpp89 using Guard = struct Dummy { typedef in ark::ClassInitGuard
104 using Guard = class Adapter { typedef in ark::ClassInitGuard
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.cpp223 EtsQueueSpinlock::Guard::Guard(EtsHandle<EtsQueueSpinlock> &spinlock) : spinlock_(spinlock) in Guard() function in ark::ets::EtsQueueSpinlock::Guard