OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_stop_thread
(Results
1 - 6
of
6
) sorted by null
/external/libselinux/include/selinux/
avc.h
145
void (*
func_stop_thread
) (void *thread);
member in struct:avc_thread_callback
/external/selinux/libselinux/include/selinux/
avc.h
149
void (*
func_stop_thread
) (void *thread);
member in struct:avc_thread_callback
/external/libselinux/src/
avc_internal.h
52
avc_func_stop_thread = thread_cb->
func_stop_thread
;
/external/selinux/libselinux/src/
avc_internal.h
52
avc_func_stop_thread = thread_cb->
func_stop_thread
;
/external/dbus/bus/
selinux.c
99
.
func_stop_thread
= avc_stop_thread
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
240
__swig_setmethods__["
func_stop_thread
"] = _selinux.avc_thread_callback_func_stop_thread_set
241
__swig_getmethods__["
func_stop_thread
"] = _selinux.avc_thread_callback_func_stop_thread_get
242
if _newclass:
func_stop_thread
= _swig_property(_selinux.avc_thread_callback_func_stop_thread_get, _selinux.avc_thread_callback_func_stop_thread_set)
[
all
...]
Completed in 61 milliseconds