CONDV_BROADCAST   312 src/systhread.c   cond->events[CONDV_BROADCAST] = CreateEvent (NULL, TRUE, FALSE, NULL);
CONDV_BROADCAST   313 src/systhread.c   if (!cond->events[CONDV_SIGNAL] || !cond->events[CONDV_BROADCAST])
CONDV_BROADCAST   343 src/systhread.c     wait_result == WAIT_OBJECT_0 + CONDV_BROADCAST
CONDV_BROADCAST   350 src/systhread.c     ResetEvent (cond->events[CONDV_BROADCAST]);
CONDV_BROADCAST   385 src/systhread.c     SetEvent (cond->events[CONDV_BROADCAST]);
CONDV_BROADCAST   393 src/systhread.c   if (cond->events[CONDV_BROADCAST])
CONDV_BROADCAST   394 src/systhread.c     CloseHandle (cond->events[CONDV_BROADCAST]);