Home
last modified time | relevance | path

Searched refs:UnlockForOther (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dmutex_test.cpp188 lock->UnlockForOther(t); in HWTEST_F()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.h60 void UnlockForOther(thread::ThreadId thread);
H A Dmutex.cpp106 void Mutex::UnlockForOther(thread::ThreadId thread) in UnlockForOther() function in panda::os::unix::memory::futex::Mutex
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp106 void Mutex::UnlockForOther(ark::os::thread::ThreadId thread) in UnlockForOther() function in ark::os::unix::memory::futex::Mutex
H A Dmutex.h59 PANDA_PUBLIC_API void UnlockForOther(ark::os::thread::ThreadId thread);
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp686 lock_.UnlockForOther(thread->GetId()); in Acquire()

Completed in 5 milliseconds