Home
last modified time | relevance | path

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

/glibc-2.36/nscd/
Dselinux.c76 static pthread_t avc_notify_thread; variable
267 pthread_create (&avc_notify_thread, NULL, (void *(*) (void *)) run, NULL); in avc_create_thread()
271 return &avc_notify_thread; in avc_create_thread()