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