OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_func_stop_thread
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_internal.h
29
extern void (*
avc_func_stop_thread
) (void *)hidden;
52
avc_func_stop_thread
= thread_cb->func_stop_thread;
106
if (
avc_func_stop_thread
)
107
avc_func_stop_thread
(thread);
avc_internal.c
41
void (*
avc_func_stop_thread
) (void *) = NULL;
variable
Completed in 50 milliseconds