Searched refs:timeo_cond (Results 1 – 2 of 2) sorted by relevance
154 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member272 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))273 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))274 #define SOCK_COND(_so) (&(_so)->timeo_cond)281 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)282 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
364 WakeAllConditionVariable(&(so)->timeo_cond);366 pthread_cond_broadcast(&(so)->timeo_cond);