Searched refs:thread_cb (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libselinux/src/ |
D | avc_internal.h | 38 const struct avc_thread_callback *thread_cb, in set_callbacks() argument 49 if (thread_cb) { in set_callbacks() 51 avc_func_create_thread = thread_cb->func_create_thread; in set_callbacks() 52 avc_func_stop_thread = thread_cb->func_stop_thread; in set_callbacks()
|
D | avc.c | 166 const struct avc_thread_callback *thread_cb, in avc_init() argument 178 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
|
/external/libselinux/src/ |
D | avc_internal.h | 38 const struct avc_thread_callback *thread_cb, in set_callbacks() argument 49 if (thread_cb) { in set_callbacks() 51 avc_func_create_thread = thread_cb->func_create_thread; in set_callbacks() 52 avc_func_stop_thread = thread_cb->func_stop_thread; in set_callbacks()
|
D | avc.c | 126 const struct avc_thread_callback *thread_cb, in avc_init() argument 138 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
|