Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmplex.c54 static GMutex mplex_mutex; variable
106 g_mutex_lock (&mplex_mutex); in test_sink_event()
109 g_mutex_unlock (&mplex_mutex); in test_sink_event()
194 g_mutex_init (&mplex_mutex); in setup_mplex()
212 g_mutex_clear (&mplex_mutex); in cleanup_mplex()
250 g_mutex_lock (&mplex_mutex); in GST_START_TEST()
252 g_cond_wait (&mplex_cond, &mplex_mutex); in GST_START_TEST()
253 g_mutex_unlock (&mplex_mutex); in GST_START_TEST()