Home
last modified time | relevance | path

Searched refs:Lock (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_events.h61 Lock(); in SetNotHappened()
66 void Lock() ACQUIRE() in ACQUIRE()
68 mutex_->Lock(); in ACQUIRE()
91 Lock(); in SetHappened()
H A Dstackful_coroutine_worker.cpp65 waitersLock_.Lock(); in WaitForEvent()
70 runnablesLock_.Lock(); in WaitForEvent()
115 runnablesLock_.Lock(); in FinalizeFiberScheduleLoop()
247 runnablesLock_.Lock(); in RequestScheduleImpl()
H A Dthreaded_coroutine_manager.cpp192 coroSwitchLock_.Lock(); in Await()
326 coroSwitchLock_.Lock(); in ScheduleImpl()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.h40 void Lock() const {} in Lock() function in ark::os::memory::DummyLock
72 PANDA_PUBLIC_API void Lock() ACQUIRE();
173 lock_.Lock(); in ACQUIRE()
287 lock.Lock(); in onstexpr()
298 inline void Lock(L0 &lock) in Lock() function
304 void Lock(L0 &lock0, L1 &...rest) NO_THREAD_SAFETY_ANALYSIS
314 Lock<TYPE>(rest..., lock0);
331 Lock<LockType::LOCK>(locks...); in ScopedLock()
364 Lock<LockType::READ_LOCK>(locks...); in ReadScopedLock()
397 Lock<LockTyp in WriteScopedLock()
[all...]
H A Dmutex.cpp62 void Mutex::Lock() in Lock() function in ark::os::memory::Mutex
/arkcompiler/ets_runtime/ecmascript/
H A Dwaiter_list.h96 void Lock() in Lock() function in panda::ecmascript::MutexGuard
98 mutex_->Lock(); in Lock()
H A Druntime_lock.cpp30 mtx.Lock(); in RuntimeLockHolder()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_sync_primitives.h82 event.Lock(); in SuspendCoroutine()
112 hLock_->Lock(); in LockHolder()
131 void Lock();
H A Dets_sync_primitives.cpp32 void EtsMutex::Lock() in Lock() function in ark::ets::EtsMutex
34 // Atomic with acq_rel order reason: sync Lock/Unlock in other threads in Lock()
45 // Atomic with acq_rel order reason: sync Lock/Unlock in other threads in Unlock()
55 // because it is expected that method is not called concurrently with Lock/Unlock in IsHeld()
112 mutex->Lock(); in Wait()
H A Dets_promise.h212 void Lock() in Lock() function in ark::ets::EtsPromise
216 mutex->Lock(); in Lock()
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmutex.h41 void Lock();
110 lock_.Lock(); in LockHolder()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmalloc-proxy-allocator-inl.h46 lock_.Lock(); in Alloc()
71 lock_.Lock(); in Free()
/arkcompiler/runtime_core/libpandabase/os/
H A Dmutex.h38 void Lock() const {} in Lock() function in panda::os::memory::DummyLock
58 void Lock() ACQUIRE();
159 lock_.Lock(); in ACQUIRE()
H A Dmutex.cpp62 void Mutex::Lock() in Lock() function in panda::os::memory::Mutex
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebug_inf.cpp99 void DebugInf::Lock(PCodeMetaInfo *mi) in Lock() function in ark::tooling::DebugInf
133 Lock(metaInfo); in AddCodeMetaInfoImpl()
156 Lock(metaInfo); in DelCodeMetaInfoImpl()
/arkcompiler/toolchain/tooling/client/ark_multi/
H A Dmain.cpp105 g_mutex.Lock(); in StartThread()
170 g_mutex.Lock(); in Main()
199 g_mutex.Lock(); in Main()
225 g_mutex.Lock(); in Main()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h152 thread_->GetHostThread()->GetJitLock()->Lock(); in JitLockHolder()
168 thread_->GetHostThread()->GetJitLock()->Lock(); in JitLockHolder()
203 thread->GetJitLock()->Lock(); in LockJit()
/arkcompiler/runtime_core/static_core/runtime/
H A Dglobal_object_lock.cpp27 g_mtx.Lock(); in GlobalObjectLock()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_inf.h41 static void Lock(PCodeMetaInfo *mi);
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp81 void Mutex::Lock() in Lock() function in panda::os::unix::memory::futex::Mutex
329 mutex->Lock(); in Wait()
402 mutex->Lock(); in TimedWait()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Ddebug_connection.py132 self._lock = trio.Lock()
163 self._lock = trio.Lock()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbase_thread_test.cpp81 g_mu.Lock(); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmtmanaged_thread.h187 condLock_.Lock(); in REQUIRES()
224 condLock_.Lock(); in REQUIRES()
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmutex.cpp42 void Mutex::Lock() in Lock() function in panda::ecmascript::Mutex
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_SyncPrimitives.cpp29 EtsMutex::FromEtsObject(mutex)->Lock(); in EtsMutexLock()

Completed in 11 milliseconds

12