Searched refs:pthread_spin_destroy (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/posix/spinlocks/src/ |
D | main.c | 20 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/ |
D | spinlock.c | 95 int pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy() function
|
/Zephyr-latest/tests/posix/headers/src/ |
D | pthread_h.c | 156 zassert_not_null(pthread_spin_destroy); in ZTEST()
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 522 int pthread_spin_destroy(pthread_spinlock_t *lock);
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 536 pthread_spin_destroy(),yes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 2144 :c:func:`sigismember`, :c:func:`strsignal`, :c:func:`pthread_spin_destroy`,
|