Home
last modified time | relevance | path

Searched defs:SOCK_COND_DESTROY (Results 1 – 1 of 1) sorted by relevance

/external/usrsctp/usrsctplib/
Duser_socketvar.h282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond)) macro
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond)) macro