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