Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdisplay.c91 GMutex thread_lock; member
105 g_mutex_lock (&priv->thread_lock); in _event_thread_main()
111 g_mutex_unlock (&priv->thread_lock); in _event_thread_main()
115 g_mutex_lock (&priv->thread_lock); in _event_thread_main()
124 g_mutex_unlock (&priv->thread_lock); in _event_thread_main()
145 g_mutex_init (&priv->thread_lock); in gst_vulkan_display_init()
151 g_mutex_lock (&priv->thread_lock); in gst_vulkan_display_init()
153 g_cond_wait (&priv->thread_cond, &priv->thread_lock); in gst_vulkan_display_init()
154 g_mutex_unlock (&priv->thread_lock); in gst_vulkan_display_init()
173 g_mutex_lock (&priv->thread_lock); in gst_vulkan_display_finalize()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c109 GMutex thread_lock; member
126 g_mutex_unlock (&display->priv->thread_lock); in _unlock_main_thread()
134 g_mutex_lock (&display->priv->thread_lock); in _event_thread_main()
146 g_mutex_lock (&display->priv->thread_lock); in _event_thread_main()
154 g_mutex_unlock (&display->priv->thread_lock); in _event_thread_main()
193 g_mutex_init (&display->priv->thread_lock); in gst_gl_display_init()
201 g_mutex_lock (&display->priv->thread_lock); in gst_gl_display_init()
203 g_cond_wait (&display->priv->thread_cond, &display->priv->thread_lock); in gst_gl_display_init()
204 g_mutex_unlock (&display->priv->thread_lock); in gst_gl_display_init()
228 g_mutex_lock (&display->priv->thread_lock); in gst_gl_display_dispose()
[all …]
/third_party/FreeBSD/sys/sys/
Dmutex.h99 #define thread_lock(td) LOS_TaskLock() macro
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.cpp253 GMutex thread_lock; member
337 g_mutex_init (&self->thread_lock); in gst_asio_object_init()
384 g_mutex_clear (&self->thread_lock); in gst_asio_object_finalize()
1031 g_mutex_lock (&self->thread_lock); in gst_asio_object_thread_run_func()
1034 g_mutex_unlock (&self->thread_lock); in gst_asio_object_thread_run_func()
1055 g_mutex_lock (&self->thread_lock); in gst_asio_object_thread_add()
1057 g_cond_wait (&self->thread_cond, &self->thread_lock); in gst_asio_object_thread_add()
1058 g_mutex_unlock (&self->thread_lock); in gst_asio_object_thread_add()
/third_party/FreeBSD/sys/dev/usb/
Dusb_process.c67 thread_lock(td); in usb_process_thread()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c6400 thread_lock(curthread);