Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/spinlocks/src/
Dmain.c16 zassert_equal(pthread_spin_init(NULL, PTHREAD_PROCESS_PRIVATE), EINVAL, in ZTEST()
18 zassert_equal(pthread_spin_init(&lock, 42), EINVAL, in ZTEST()
23 zassert_ok(pthread_spin_init(&lock, PTHREAD_PROCESS_PRIVATE), "pthread_spin_init() failed"); in ZTEST()
33 zassert_ok(pthread_spin_init(&lock[i], PTHREAD_PROCESS_PRIVATE), in ZTEST()
37 zassert_equal(pthread_spin_init(&lock[CONFIG_MAX_PTHREAD_SPINLOCK_COUNT], in ZTEST()
61 zassert_ok(pthread_spin_init(&lock, PTHREAD_PROCESS_PRIVATE), "pthread_spin_init() failed"); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dspinlock.c74 int pthread_spin_init(pthread_spinlock_t *lock, int pshared) in pthread_spin_init() function
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c157 zassert_not_null(pthread_spin_init); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h529 int pthread_spin_init(pthread_spinlock_t *lock, int pshared);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst537 pthread_spin_init(),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`,