Home
last modified time | relevance | path

Searched defs:Lock (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/common_components/base/
Datomic_spin_lock.h29 void Lock() in Lock() function
Dspin_lock.h31 void Lock() { pthread_spin_lock(&spinlock_); } in Lock() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.h40 void Lock() const ACQUIRE() {} in Lock() function
298 inline void Lock(L0 &lock) in Lock() function
304 void Lock(L0 &lock0, L1 &...rest) NO_THREAD_SAFETY_ANALYSIS in Lock() function
Dmutex.cpp62 void Mutex::Lock() in Lock() function in ark::os::memory::Mutex
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.h96 void Lock() in Lock() function
Decma_string_table.h104 void Lock() in Lock() function
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.h38 void Lock() const {} in Lock() function
Dmutex.cpp62 void Mutex::Lock() in Lock() function in panda::os::memory::Mutex
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_events.h66 void Lock() ACQUIRE() in Lock() function
/arkcompiler/ets_runtime/common_components/objects/
Dstring_table_internal.h44 void Lock() in Lock() function
/arkcompiler/ets_runtime/common_components/platform/
Dmutex.h73 inline void Mutex::Lock() in Lock() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_job.h108 void Lock() in Lock() function
Dets_sync_primitives.cpp60 void EtsMutex::Lock() in Lock() function in ark::ets::EtsMutex
Dets_promise.h232 void Lock() in Lock() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp81 void Mutex::Lock() in Lock() function in ark::os::unix::memory::futex::Mutex
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmutex.cpp40 void Mutex::Lock() in Lock() function in panda::ecmascript::Mutex
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp99 void DebugInf::Lock(PCodeMetaInfo *mi) in Lock() function in ark::tooling::DebugInf
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp73 void Mutex::Lock() in Lock() function in panda::os::unix::memory::futex::Mutex
/arkcompiler/jsvm/src/inspector/
Djsvm_mutex.h324 void MutexBase<Traits>::Lock() in Lock() function