Home
last modified time | relevance | path

Searched refs:blocked_cond (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttask.c301 GCond blocked_cond; member
318 g_cond_signal (&tdata->blocked_cond); in task_cb()
338 g_cond_init (&tdata->blocked_cond); in init_task_data()
348 g_cond_clear (&tdata->blocked_cond); in cleanup_task_data()
435 g_cond_wait (&tdata2.blocked_cond, &tdata2.blocked_lock); in GST_START_TEST()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.c180 g_cond_clear (&clocksync->blocked_cond); in gst_clock_sync_finalize()
208 g_cond_init (&clocksync->blocked_cond); in gst_clock_sync_init()
302 g_cond_wait (&clocksync->blocked_cond, GST_OBJECT_GET_LOCK (clocksync)); in gst_clocksync_do_sync()
397 g_cond_signal (&clocksync->blocked_cond); in gst_clock_sync_sink_event()
622 g_cond_signal (&clocksync->blocked_cond); in gst_clocksync_change_state()
633 g_cond_signal (&clocksync->blocked_cond); in gst_clocksync_change_state()
Dgstidentity.c146 g_cond_clear (&identity->blocked_cond); in gst_identity_finalize()
347 g_cond_init (&identity->blocked_cond); in gst_identity_init()
379 g_cond_wait (&identity->blocked_cond, GST_OBJECT_GET_LOCK (identity)); in gst_identity_do_sync()
533 g_cond_signal (&identity->blocked_cond); in gst_identity_sink_event()
1180 g_cond_signal (&identity->blocked_cond); in gst_identity_change_state()
1191 g_cond_signal (&identity->blocked_cond); in gst_identity_change_state()
Dgstclocksync.h59 GCond blocked_cond; member
Dgstidentity.h80 GCond blocked_cond; member
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.h68 GCond blocked_cond; member
Dgstimagefreeze.c183 g_cond_init (&self->blocked_cond); in gst_image_freeze_init()
202 g_cond_clear (&self->blocked_cond); in gst_image_freeze_finalize()
988 g_cond_wait (&self->blocked_cond, &self->lock); in gst_image_freeze_src_loop()
1197 g_cond_signal (&self->blocked_cond); in gst_image_freeze_change_state()
1208 g_cond_signal (&self->blocked_cond); in gst_image_freeze_change_state()
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c767 static GCond blocked_cond; variable
774 g_cond_signal (&blocked_cond); in pad_blocked_cb()
820 g_cond_wait (&blocked_cond, &blocked_lock); in GST_START_TEST()