Searched refs:pthread_spin_trylock (Results 1 – 6 of 6) sorted by relevance
56 zassert_equal(pthread_spin_trylock(NULL), EINVAL, in ZTEST()66 zassert_ok(pthread_spin_trylock(&lock), "pthread_spin_trylock() failed"); in ZTEST()
131 int pthread_spin_trylock(pthread_spinlock_t *lock) in pthread_spin_trylock() function
159 zassert_not_null(pthread_spin_trylock); in ZTEST()
543 int pthread_spin_trylock(pthread_spinlock_t *lock);
539 pthread_spin_trylock(),yes
2145 :c:func:`pthread_spin_init`, :c:func:`pthread_spin_lock`, :c:func:`pthread_spin_trylock`,