Searched defs:SOCKBUF_COND_INIT (Results 1 – 1 of 1) 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