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