Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Davc_internal.h28 extern void (*avc_func_stop_thread) (void *);
55 avc_func_stop_thread = thread_cb->func_stop_thread; in set_callbacks()
111 if (avc_func_stop_thread) in avc_stop_thread()
112 avc_func_stop_thread(thread); in avc_stop_thread()
Davc_internal.c42 void (*avc_func_stop_thread) (void *) = NULL; variable