Home
last modified time | relevance | path

Searched refs:SOCKBUF_COND_INIT (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h279 #define SOCKBUF_COND_INIT(_sb) InitializeConditionVariable((&(_sb)->sb_cond)) macro
299 #define SOCKBUF_COND_INIT(_sb) pthread_cond_init((&(_sb)->sb_cond), NULL) macro
Duser_socket.c216 SOCKBUF_COND_INIT(&so->so_snd); in soalloc()
217 SOCKBUF_COND_INIT(&so->so_rcv); in soalloc()