OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_func_create_thread
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_internal.h
28
extern void *(*
avc_func_create_thread
) (void (*)(void))hidden;
51
avc_func_create_thread
= thread_cb->func_create_thread;
101
return
avc_func_create_thread
?
avc_func_create_thread
(run) : NULL;
avc_internal.c
40
void *(*
avc_func_create_thread
) (void (*)(void)) = NULL;
variable
Completed in 763 milliseconds