Handbook
Glossary
g_cond_wait ( cond mutex -- )
Vocabulary
glib
.
ffi
Inputs
cond
an
object
mutex
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
void
g_cond_wait
( GCond* cond, GMutex* mutex )