Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dmutex.c290 int pthread_mutex_destroy(pthread_mutex_t *mu) in pthread_mutex_destroy() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h102 #define pthread_mutex_destroy(...) zap_pthread_mutex_destroy(__VA_ARGS__) macro