Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp306 Mutex *old_mutex = nullptr; in Wait() local
308 while (!mutex_ptr_.compare_exchange_weak(old_mutex, mutex, std::memory_order_relaxed)) { in Wait()
310 if (old_mutex != mutex && old_mutex != nullptr) { in Wait()
363 Mutex *old_mutex = nullptr; in TimedWait() local
365 while (!mutex_ptr_.compare_exchange_weak(old_mutex, mutex, std::memory_order_relaxed)) { in TimedWait()
367 if (old_mutex != mutex && old_mutex != nullptr) { in TimedWait()

Completed in 1 milliseconds