Home
last modified time | relevance | path

Searched refs:UnlockForOther (Results 1 – 3 of 3) sorted by relevance

/ark/runtime_core/libpandabase/os/unix/futex/
Dmutex.h68 void UnlockForOther(thread::ThreadId thread);
Dmutex.cpp234 void Mutex::UnlockForOther(thread::ThreadId thread) in UnlockForOther() function in panda::os::unix::memory::futex::Mutex
/ark/runtime_core/runtime/
Dmonitor.cpp630 lock_.UnlockForOther(thread->GetId()); in Acquire()