cnd_destroy.c 91 B

123456
  1. #include <threads.h>
  2. void cnd_destroy(cnd_t *c)
  3. {
  4. /* For private cv this is a no-op */
  5. }