This function is declared in the kos/condvar.h file.
kos/condvar.h
void KosCondvarBroadcast(KosCondvar *condvar);
This function wakes all threads from the queue of threads that are blocked by the conditional variable condvar.
condvar