OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_func_release_lock
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_internal.h
33
extern void (*
avc_func_release_lock
) (void *)hidden;
57
avc_func_release_lock
= lock_cb->func_release_lock;
123
if (
avc_func_release_lock
)
124
avc_func_release_lock
(lock);
avc_internal.c
45
void (*
avc_func_release_lock
) (void *) = NULL;
variable
Completed in 1129 milliseconds