Home
last modified time | relevance | path

Searched defs:Mutex (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Dmutex.h45 using Mutex = panda::os::unix::memory::futex::Mutex; variable
Dmutex.cpp43 Mutex::Mutex(bool is_init) : mutex_() in Mutex() function in panda::os::memory::Mutex
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.h76 std::mutex &Mutex() in Mutex() function
/arkcompiler/ets_runtime/common_components/platform/
Dmutex.h54 inline Mutex::Mutex(bool isInit) : mutex_() in Mutex() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h120 explicit Mutex(bool recursive) : Mutex() in Mutex() function
Dmutex.cpp63 Mutex::Mutex() in Mutex() function in panda::os::unix::memory::futex::Mutex
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.h119 explicit Mutex(bool recursive) : Mutex() in Mutex() function
Dmutex.cpp71 Mutex::Mutex() in Mutex() function in ark::os::unix::memory::futex::Mutex
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmutex.cpp21 Mutex::Mutex(bool is_init) : mutex_() in Mutex() function in panda::ecmascript::Mutex
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.h59 using Mutex = ark::os::unix::memory::futex::Mutex; variable
Dmutex.cpp43 Mutex::Mutex(bool isInit) : mutex_() in Mutex() function in ark::os::memory::Mutex
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h822 std::recursive_mutex *Mutex() in Mutex() function
/arkcompiler/jsvm/src/inspector/
Djsvm_mutex.h35 using Mutex = MutexBase<LibuvMutexTraits>; variable
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h468 …HashTrieMapInUseScope(HashTrieMap<Mutex, ThreadHolder, SlotBarrier>* hashTrieMap) : hashTrieMap_(h… in HashTrieMapInUseScope()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_table_test.cpp162 bool CheckBitFields(common::HashTrieMap<Mutex, ThreadHolder, SlotBarrier>* map) in CheckBitFields()