Home
last modified time | relevance | path

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

/external/dbus/bus/
Dselinux.c241 pthread_mutex_t *avc_mutex; in avc_alloc_lock() local
243 avc_mutex = dbus_new (pthread_mutex_t, 1); in avc_alloc_lock()
244 if (avc_mutex == NULL) in avc_alloc_lock()
249 pthread_mutex_init (avc_mutex, NULL); in avc_alloc_lock()
251 return avc_mutex; in avc_alloc_lock()