Home
last modified time | relevance | path

Searched refs:k_spin_trylock (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp39 return k_spin_trylock(&impl_->lock, &impl_->key) == 0; in trylock()
/Zephyr-latest/lib/posix/options/
Dspinlock.c143 return k_spin_trylock(l, &posix_spinlock_key[bit]); in pthread_spin_trylock()
/Zephyr-latest/tests/kernel/spinlock/src/
Dmain.c70 ret = k_spin_trylock(&bounce_lock, &key); in bounce_once()
/Zephyr-latest/include/zephyr/
Dspinlock.h230 static ALWAYS_INLINE int k_spin_trylock(struct k_spinlock *l, k_spinlock_key_t *k) in k_spin_trylock() function
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst78 * Added support for :c:func:`k_spin_trylock`