Searched refs:k_spin_trylock (Results 1 – 5 of 5) sorted by relevance
39 return k_spin_trylock(&impl_->lock, &impl_->key) == 0; in trylock()
143 return k_spin_trylock(l, &posix_spinlock_key[bit]); in pthread_spin_trylock()
70 ret = k_spin_trylock(&bounce_lock, &key); in bounce_once()
230 static ALWAYS_INLINE int k_spin_trylock(struct k_spinlock *l, k_spinlock_key_t *k) in k_spin_trylock() function
78 * Added support for :c:func:`k_spin_trylock`