next up previous contents index
Next: 6.2.3 broadcast: Broadcast a Up: 6.2 oskit_condvar: Condition variable Previous: 6.2.1 wait: Wait on

6.2.2 signal: Signal a condition variable

 

SYNOPSIS

#include <oskit/com/condvar.h>

OSKIT_COMDECL oskit_condvar_signal(oskit_condvar_t *condvar);

DESCRIPTION

Wake up exactly one thread waiting on the condition variable object condvar.

PARAMETERS

condvar
The oskit_condvar COM interface for the condition variable.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



Utah Flux Research Group