cnd_destroy
extern void cnd_destroy(cnd_t *);
cnd_destroy(&broadcast_cnd);
cnd_destroy(&signal_cnd);
cnd_destroy(&cnd);
cnd_destroy(&ct_cnd);