Searched refs:SOCKBUF_COND_INIT (Results 1 – 2 of 2) sorted by relevance
270 #define SOCKBUF_COND_INIT(_sb) InitializeConditionVariable((&(_sb)->sb_cond)) macro279 #define SOCKBUF_COND_INIT(_sb) pthread_cond_init((&(_sb)->sb_cond), NULL) macro
183 SOCKBUF_COND_INIT(&so->so_snd); in soalloc()184 SOCKBUF_COND_INIT(&so->so_rcv); in soalloc()