Searched refs:GST_PROMISE_LOCK (Results 1 – 1 of 1) sorted by relevance
96 #define GST_PROMISE_LOCK(p) (&(((GstPromiseImpl *)(p))->lock)) macro135 g_mutex_lock (GST_PROMISE_LOCK (promise)); in gst_promise_wait()140 g_cond_wait (GST_PROMISE_COND (promise), GST_PROMISE_LOCK (promise)); in gst_promise_wait()145 g_mutex_unlock (GST_PROMISE_LOCK (promise)); in gst_promise_wait()174 g_mutex_lock (GST_PROMISE_LOCK (promise)); in gst_promise_reply()178 g_mutex_unlock (GST_PROMISE_LOCK (promise)); in gst_promise_reply()193 g_mutex_unlock (GST_PROMISE_LOCK (promise)); in gst_promise_reply()211 g_mutex_unlock (GST_PROMISE_LOCK (promise)); in gst_promise_reply()233 g_mutex_lock (GST_PROMISE_LOCK (promise)); in gst_promise_get_reply()236 g_mutex_unlock (GST_PROMISE_LOCK (promise)); in gst_promise_get_reply()[all …]