Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/spinlocks/src/
Dmain.c58 zassert_equal(pthread_spin_unlock(NULL), EINVAL, in ZTEST()
64 zassert_ok(pthread_spin_unlock(&lock), "pthread_spin_lock() failed"); in ZTEST()
67 zassert_ok(pthread_spin_unlock(&lock), "pthread_spin_unlock() failed"); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dspinlock.c146 int pthread_spin_unlock(pthread_spinlock_t *lock) in pthread_spin_unlock() function
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c160 zassert_not_null(pthread_spin_unlock); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h550 int pthread_spin_unlock(pthread_spinlock_t *lock);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst540 pthread_spin_unlock(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst2146 :c:func:`pthread_spin_unlock`, :c:func:`timer_getoverrun`, :c:func:`pthread_condattr_getclock`,