Searched refs:spin_trylock (Results 1 – 2 of 2) sorted by relevance
31 static inline int spin_trylock(spin_lock_t* lock) TA_TRY_ACQ(false, lock) { in spin_trylock() function89 bool TryAcquire() TA_TRY_ACQ(false) { return spin_trylock(&spinlock_); } in TryAcquire()298 const bool failed = spin_trylock(lock);
452 while (unlikely(spin_trylock(lock))) { in timer_trylock_or_cancel()
Completed in 7 milliseconds