Home
last modified time | relevance | path

Searched refs:pthread_spin_lock (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/posix/spinlocks/src/
Dmain.c54 zassert_equal(pthread_spin_lock(NULL), EINVAL, in ZTEST()
63 zassert_ok(pthread_spin_lock(&lock), "pthread_spin_lock() failed"); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dspinlock.c114 int pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock() function
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c158 zassert_not_null(pthread_spin_lock); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h536 int pthread_spin_lock(pthread_spinlock_t *lock);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst538 pthread_spin_lock(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst2145 :c:func:`pthread_spin_init`, :c:func:`pthread_spin_lock`, :c:func:`pthread_spin_trylock`,