Searched defs:SOCK_COND_DESTROY (Results 1 – 1 of 1) sorted by relevance
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond)) macro302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond)) macro