Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/spinlocks/src/
Dmain.c20 zassert_equal(pthread_spin_destroy(NULL), EINVAL, in ZTEST()
24 zassert_ok(pthread_spin_destroy(&lock), "pthread_spin_destroy() failed"); in ZTEST()
44 zassert_ok(pthread_spin_destroy(&lock[i]), in ZTEST()
69 zassert_ok(pthread_spin_destroy(&lock), "pthread_spin_init() failed"); in ZTEST()
70 zassert_equal(pthread_spin_destroy(&lock), EINVAL, "pthread_spin_unlock() did not fail"); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dspinlock.c95 int pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy() function
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c156 zassert_not_null(pthread_spin_destroy); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h522 int pthread_spin_destroy(pthread_spinlock_t *lock);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst536 pthread_spin_destroy(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst2144 :c:func:`sigismember`, :c:func:`strsignal`, :c:func:`pthread_spin_destroy`,