Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpromise.c97 #define GST_PROMISE_COND(p) (&(((GstPromiseImpl *)(p))->cond)) macro
140 g_cond_wait (GST_PROMISE_COND (promise), GST_PROMISE_LOCK (promise)); in gst_promise_wait()
210 g_cond_broadcast (GST_PROMISE_COND (promise)); in gst_promise_reply()
274 g_cond_broadcast (GST_PROMISE_COND (promise)); in gst_promise_interrupt()
307 g_cond_broadcast (GST_PROMISE_COND (promise)); in gst_promise_expire()
337 g_cond_clear (GST_PROMISE_COND (promise)); in gst_promise_free()
363 g_cond_init (GST_PROMISE_COND (promise)); in gst_promise_init()