Searched defs:avc_notify_thread (Results 1 - 1 of 1) sorted by relevance

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

Completed in 66 milliseconds