Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dcond.c190 int pthread_cond_destroy(pthread_cond_t *cvar) in pthread_cond_destroy() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h83 #define pthread_cond_destroy(...) zap_pthread_cond_destroy(__VA_ARGS__) macro