Searched refs:streams_lock (Results 1 – 2 of 2) sorted by relevance
38 #define STORAGE_LOCK(s) g_mutex_lock (&(s)->streams_lock)39 #define STORAGE_UNLOCK(s) g_mutex_unlock (&(s)->streams_lock)48 g_mutex_init (&self->streams_lock); in rtp_storage_init()59 g_mutex_clear (&self->streams_lock); in rtp_storage_dispose()
50 GMutex streams_lock; member