Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/posix/
Dpthread.h270 static inline int pthread_mutexattr_destroy(pthread_mutexattr_t *m) in pthread_mutexattr_destroy() function
/Zephyr-Core-3.6.0/arch/posix/include/
Dposix_cheats.h108 #define pthread_mutexattr_destroy(...) \ macro