Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c60 zassert_equal(pthread_rwlock_destroy(&rwlock), EINVAL); in ZTEST()
117 zassert_ok(pthread_rwlock_destroy(&rwlock), "Failed to destroy rwlock"); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c134 zassert_not_null(pthread_rwlock_destroy); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h173 #define pthread_rwlock_destroy(...) zap_pthread_rwlock_destroy(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h447 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
/Zephyr-latest/lib/posix/options/
Drwlock.c142 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock) in pthread_rwlock_destroy() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst875 pthread_rwlock_destroy(),yes