Home
last modified time | relevance | path

Searched defs:ThreadHolder (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_holder.h56 ThreadHolder(MutatorBase *mutatorBase) : mutatorBase_(mutatorBase) in ThreadHolder() function
Dmutator_base.h26 class ThreadHolder; variable
336 friend ThreadHolder; variable
/arkcompiler/runtime_core/common_interfaces/
Dbase_runtime.h33 class ThreadHolder; variable
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator.h353 friend ThreadHolder; variable
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h468 …HashTrieMapInUseScope(HashTrieMap<Mutex, ThreadHolder, SlotBarrier>* hashTrieMap) : hashTrieMap_(h… in HashTrieMapInUseScope() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_table_test.cpp162 bool CheckBitFields(common::HashTrieMap<Mutex, ThreadHolder, SlotBarrier>* map) in CheckBitFields() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h118 using ThreadHolder = common::ThreadHolder; variable