ref: f6fe1a93aa38f1bc72630d8514cacfb86f33e18b dir: /libnpe_pthread/pthread_cond_destroy.c/
#include "_pthread.h" int pthread_cond_destroy(pthread_cond_t *const cond) { USED(cond); return 0; }