Searched defs:SOCKBUF_COND_DESTROY (Results 1 – 1 of 1) sorted by relevance
280 #define SOCKBUF_COND_DESTROY(_sb) DeleteConditionVariable((&(_sb)->sb_cond)) macro300 #define SOCKBUF_COND_DESTROY(_sb) pthread_cond_destroy((&(_sb)->sb_cond)) macro