Home
last modified time | relevance | path

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

/external/dbus/bus/
Dselinux.c73 static pthread_t avc_notify_thread; variable
221 rc = pthread_create (&avc_notify_thread, NULL, (void *(*) (void *)) run, NULL); in avc_create_thread()
227 return &avc_notify_thread; in avc_create_thread()