Searched refs:pthread_spin_lock (Results 1 – 6 of 6) sorted by relevance
54 zassert_equal(pthread_spin_lock(NULL), EINVAL, in ZTEST()63 zassert_ok(pthread_spin_lock(&lock), "pthread_spin_lock() failed"); in ZTEST()
114 int pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock() function
158 zassert_not_null(pthread_spin_lock); in ZTEST()
536 int pthread_spin_lock(pthread_spinlock_t *lock);
538 pthread_spin_lock(),yes
2145 :c:func:`pthread_spin_init`, :c:func:`pthread_spin_lock`, :c:func:`pthread_spin_trylock`,