Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
H A Dmutex_test.cpp183 lock->LockForOther(t); in HWTEST_F()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.h56 void LockForOther(thread::ThreadId thread);
H A Dmutex.cpp101 void Mutex::LockForOther(thread::ThreadId thread) in LockForOther() function in panda::os::unix::memory::futex::Mutex
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp101 void Mutex::LockForOther(ark::os::thread::ThreadId thread) in LockForOther() function in ark::os::unix::memory::futex::Mutex
H A Dmutex.h55 PANDA_PUBLIC_API void LockForOther(ark::os::thread::ThreadId thread);
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp658 lock_.LockForOther(thread->GetId()); in Acquire()

Completed in 5 milliseconds