Home
last modified time | relevance | path

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

/external/dbus/bus/
Dselinux.c169 pthread_mutex_t *avc_mutex; in avc_alloc_lock() local
171 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()