Searched refs:UnlockForOther (Results 1 – 3 of 3) sorted by relevance
68 void UnlockForOther(thread::ThreadId thread);
234 void Mutex::UnlockForOther(thread::ThreadId thread) in UnlockForOther() function in panda::os::unix::memory::futex::Mutex
630 lock_.UnlockForOther(thread->GetId()); in Acquire()