Home
last modified time | relevance | path

Searched refs:sync_cond (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.h541 GST_CHECK_API GCond sync_cond; /* used to synchronize all threads and main thread */ variable
552 g_cond_init (&sync_cond); \
583 g_cond_broadcast (&sync_cond); \
598 g_cond_clear (&sync_cond); \
620 g_cond_wait (&sync_cond, &mutex); \
Dgstcheck.c53 GCond sync_cond; /* used to synchronize all threads and main thread */ variable
/third_party/gstreamer/gstreamer/gst/
Dgstclock.c193 GCond sync_cond; member
821 g_cond_init (&priv->sync_cond); in gst_clock_init()
864 g_cond_clear (&clock->priv->sync_cond); in gst_clock_finalize()
1748 !g_cond_wait_until (&clock->priv->sync_cond, in gst_clock_wait_for_sync()
1754 g_cond_wait (&clock->priv->sync_cond, GST_OBJECT_GET_LOCK (clock)); in gst_clock_wait_for_sync()
1805 g_cond_signal (&clock->priv->sync_cond); in gst_clock_set_synced()