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

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

Completed in 36 milliseconds