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