Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
H A Dmutex_test.cpp83 bool res = arg->lock->TryLockWithSpinning(); in TestThread4()
159 bool res = lock->TryLockWithSpinning(); in HWTEST_F()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.h50 bool TryLockWithSpinning() TRY_ACQUIRE(true);
H A Dmutex.cpp91 bool Mutex::TryLockWithSpinning() in TryLockWithSpinning() function in panda::os::unix::memory::futex::Mutex
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp91 bool Mutex::TryLockWithSpinning() in TryLockWithSpinning() function in ark::os::unix::memory::futex::Mutex
H A Dmutex.h49 PANDA_PUBLIC_API bool TryLockWithSpinning() TRY_ACQUIRE(true);
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp600 if (!lock_.TryLockWithSpinning()) { in Acquire()

Completed in 5 milliseconds