Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsttask.c332 GThread *tself; in gst_task_func() local
337 tself = g_thread_self (); in gst_task_func()
339 GST_DEBUG ("Entering task %p, thread %p", task, tself); in gst_task_func()
350 task->thread = tself; in gst_task_func()
355 priv->enter_func (task, tself, priv->enter_user_data); in gst_task_func()
397 priv->leave_func (task, tself, priv->leave_user_data); in gst_task_func()
898 GThread *tself; in gst_task_join() local
907 tself = g_thread_self (); in gst_task_join()
909 GST_DEBUG_OBJECT (task, "Joining task %p, thread %p", task, tself); in gst_task_join()
914 if (G_UNLIKELY (tself == task->thread)) in gst_task_join()