Searched refs:avc_mutex (Results 1 – 1 of 1) sorted by relevance
169 pthread_mutex_t *avc_mutex; in avc_alloc_lock() local171 avc_mutex = dbus_new (pthread_mutex_t, 1); in avc_alloc_lock()172 if (avc_mutex == NULL) in avc_alloc_lock()177 pthread_mutex_init (avc_mutex, NULL); in avc_alloc_lock()179 return avc_mutex; in avc_alloc_lock()