HomeSort by relevance Sort by last modified time
    Searched refs:SOCKBUF_COND_DESTROY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h 271 #define SOCKBUF_COND_DESTROY(_sb) DeleteConditionVariable((&(_sb)->sb_cond))
280 #define SOCKBUF_COND_DESTROY(_sb) pthread_cond_destroy((&(_sb)->sb_cond))
user_socket.c 202 SOCKBUF_COND_DESTROY(&so->so_snd);
203 SOCKBUF_COND_DESTROY(&so->so_rcv);
    [all...]

Completed in 996 milliseconds