Home
last modified time | relevance | path

Searched defs:pthread_rwlock_init (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/lib/posix/
Dpthread_rwlock.c25 int pthread_rwlock_init(pthread_rwlock_t *rwlock, in pthread_rwlock_init() function
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h177 #define pthread_rwlock_init(...) zap_pthread_rwlock_init(__VA_ARGS__) macro