Searched refs:C_BROADCAST (Results 1 – 2 of 2) sorted by relevance
343 cv->events_[C_BROADCAST] = CreateEvent (NULL, TRUE, FALSE, NULL); in InitializeXPConditionVariable()349 CloseHandle(cv->events_[C_BROADCAST]); in DeleteXPConditionVariable()369 last_waiter = result == (C_SIGNAL + C_BROADCAST && (cv->waiters_count == 0)); in SleepXPConditionVariable()372 ResetEvent(cv->events_[C_BROADCAST]); in SleepXPConditionVariable()385 SetEvent (cv->events_[C_BROADCAST]); in WakeAllXPConditionVariable()
57 C_BROADCAST = 1, enumerator