Home
last modified time | relevance | path

Searched refs:thread_cb (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libselinux/src/
Davc_internal.h38 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()
Davc.c166 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/
Davc_internal.h38 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()
Davc.c126 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()
/external/dbus/bus/
Dselinux.c96 static const struct avc_thread_callback thread_cb = variable
338 if (avc_init ("avc", &mem_cb, &log_cb, &thread_cb, &lock_cb) < 0) in bus_selinux_full_init()