/arkcompiler/runtime_core/libpandabase/tests/ |
D | mutex_test.cpp | 47 arg->rwlock->Unlock(); in TestThread1() 57 arg->rwlock->Unlock(); in TestThread2() 68 arg->rwlock->Unlock(); in TestThread3() 74 arg->rwlock->Unlock(); in TestThread3() 86 arg->lock->Unlock(); in TestThread4() 96 arg->rwlock->Unlock(); in TestThread5() 121 rwlock->Unlock(); 137 rwlock->Unlock(); 145 rwlock->Unlock(); 170 lock->Unlock(); [all …]
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
D | coroutine_events.h | 39 Unlock(); in ~CoroutineEvent() 58 Unlock(); in SetHappened() 65 Unlock(); in SetNotHappened() 74 void Unlock() RELEASE() in Unlock() function 77 mutex_->Unlock(); in Unlock()
|
D | stackful_coroutine_worker.cpp | 57 awaitee->Unlock(); in WaitForEvent() 62 awaitee->Unlock(); in WaitForEvent() 245 runnablesLock_.Unlock(); in RequestScheduleImpl() 294 runnablesLock_.Unlock(); in ScheduleNextCoroUnlockRunnablesWaiters() 295 waitersLock_.Unlock(); in ScheduleNextCoroUnlockRunnablesWaiters() 306 runnablesLock_.Unlock(); in ScheduleNextCoroUnlockRunnables()
|
D | threaded_coroutine_manager.cpp | 164 awaitee->Unlock(); in RegisterWaiter() 168 awaitee->Unlock(); in RegisterWaiter() 187 coroSwitchLock_.Unlock(); in Await() 195 coroSwitchLock_.Unlock(); in Await() 316 coroSwitchLock_.Unlock(); in ScheduleImpl() 319 coroSwitchLock_.Unlock(); in ScheduleImpl()
|
/arkcompiler/ets_runtime/ecmascript/platform/ |
D | mutex.h | 35 void Unlock(); 73 void Unlock(); 112 lock_.Unlock(); in ~LockHolder() 131 lock_.Unlock(); in ~ReadLockHolder() 150 lock_.Unlock(); in ~WriteLockHolder()
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | mutex.h | 39 void Unlock() const {} in Unlock() function 62 void Unlock() RELEASE(); 116 void Unlock() RELEASE_GENERIC(); 166 lock_.Unlock(); in RELEASE() 190 lock_.Unlock(); in RELEASE() 214 lock_.Unlock(); in RELEASE()
|
D | mutex.cpp | 80 void Mutex::Unlock() in Unlock() function in panda::os::memory::Mutex 142 void RWLock::Unlock() in Unlock() function in panda::os::memory::RWLock
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
D | mutex.h | 39 void Unlock() const {} in Unlock() function 62 PANDA_PUBLIC_API void Unlock() RELEASE(); 116 PANDA_PUBLIC_API void Unlock() RELEASE_GENERIC(); 166 lock_.Unlock(); in RELEASE() 190 lock_.Unlock(); in RELEASE() 214 lock_.Unlock(); in RELEASE()
|
D | mutex.cpp | 80 void Mutex::Unlock() in Unlock() function in panda::os::memory::Mutex 142 void RWLock::Unlock() in Unlock() function in panda::os::memory::RWLock
|
/arkcompiler/runtime_core/static_core/verification/util/ |
D | synchronized.h | 51 obj->rwLock_.Unlock(); 79 obj->rwLock_.Unlock(); 110 void Unlock() RELEASE_GENERIC(rwLock_) in Unlock() function 112 rwLock_.Unlock(); in Unlock()
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
D | rendezvous.cpp | 40 mutatorLock_->Unlock(); in SafepointEnd() 50 rendezvous_->GetMutatorLock()->Unlock(); in ScopedSuspendAllThreadsRunning()
|
D | malloc-proxy-allocator-inl.h | 56 lock_.Unlock(); in Alloc() 81 lock_.Unlock(); in Free()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | waiter_list.h | 91 void Unlock() in Unlock() function 93 mutex_->Unlock(); in Unlock()
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | locks.cpp | 93 void MutatorLock::Unlock() in Unlock() function in panda::MutatorLock 96 os::memory::RWLock::Unlock(); in Unlock()
|
D | global_object_lock.cpp | 56 g_mtx.Unlock(); in ~GlobalObjectLock()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
D | gc_worker.cpp | 122 gcTaskRunMutex_.Unlock(); in GCTaskRunner() 125 gcTaskRunMutex_.Unlock(); in GCTaskRunner() 130 gcTaskRunMutex_.Unlock(); in GCTaskRunner()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | event_loop.h | 47 taskExecution_.Unlock(); in Continue()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | locks.h | 37 void Unlock() RELEASE_GENERIC();
|
/arkcompiler/ets_runtime/ecmascript/platform/common/ |
D | mutex.cpp | 68 void Mutex::Unlock() in Unlock() function in panda::ecmascript::Mutex 130 void RWLock::Unlock() in Unlock() function in panda::ecmascript::RWLock
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
D | mutex.h | 52 void Unlock() RELEASE(); 160 ALWAYS_INLINE void Unlock() RELEASE_GENERIC() in Unlock() function
|
D | mutex.cpp | 96 void Mutex::Unlock() in Unlock() function in panda::os::unix::memory::futex::Mutex 322 mutex->Unlock(); in Wait() 381 mutex->Unlock(); in TimedWait()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | std_core_Promise.cpp | 162 promiseHandle->Unlock(); in EtsAwaitPromise() 199 promiseHandle->Unlock(); in EtsAwaitPromise()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
D | mutex.h | 51 PANDA_PUBLIC_API void Unlock() RELEASE(); 159 ALWAYS_INLINE void Unlock() RELEASE_GENERIC() in Unlock() function
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
D | base_thread_test.cpp | 96 g_mu.Unlock(); in TEST_F()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
D | update_remset_thread.cpp | 98 this->updateRemsetLock_.Unlock(); in ThreadLoop()
|