Home
last modified time | relevance | path

Searched refs:incr_if_empty (Results 1 – 4 of 4) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dgstpub.c409 gst_sync_signal (OOP semaphore_oop, mst_Boolean incr_if_empty) in gst_sync_signal() argument
411 return _gst_sync_signal (semaphore_oop, incr_if_empty); in gst_sync_signal()
H A Dinterp.h565 mst_Boolean incr_if_empty)
H A Dgstpub.h309 extern mst_Boolean gst_sync_signal (OOP semaphore_oop, mst_Boolean incr_if_empty);
H A Dinterp.c1511 _gst_sync_signal (OOP semaphoreOOP, mst_Boolean incr_if_empty) in _gst_sync_signal() argument
1525 if (incr_if_empty) in _gst_sync_signal()