Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c252 g_mutex_init (&rsndvdsrc->branch_lock); in rsn_dvdsrc_init()
265 g_mutex_clear (&src->branch_lock); in rsn_dvdsrc_finalize()
280 g_mutex_lock (&src->branch_lock); in rsn_dvdsrc_unlock()
283 g_mutex_unlock (&src->branch_lock); in rsn_dvdsrc_unlock()
293 g_mutex_lock (&src->branch_lock); in rsn_dvdsrc_unlock_stop()
295 g_mutex_unlock (&src->branch_lock); in rsn_dvdsrc_unlock_stop()
668 g_mutex_lock (&src->branch_lock); in rsn_dvdsrc_do_still()
675 g_mutex_lock (&src->branch_lock); in rsn_dvdsrc_do_still()
680 g_mutex_unlock (&src->branch_lock); in rsn_dvdsrc_do_still()
694 g_cond_wait (&src->still_cond, &src->branch_lock); in rsn_dvdsrc_do_still()
[all …]
Dresindvdsrc.h57 GMutex branch_lock; member