HomeSort by relevance Sort by last modified time
    Searched refs:thread_cb (Results 1 - 3 of 3) sorted by null

  /external/libselinux/src/
avc_internal.h 38 const struct avc_thread_callback *thread_cb,
49 if (thread_cb) {
51 avc_func_create_thread = thread_cb->func_create_thread;
52 avc_func_stop_thread = thread_cb->func_stop_thread;
avc.c 122 const struct avc_thread_callback *thread_cb,
131 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb);
  /external/dbus/bus/
selinux.c 96 static const struct avc_thread_callback thread_cb = variable in typeref:struct:avc_thread_callback
338 if (avc_init ("avc", &mem_cb, &log_cb, &thread_cb, &lock_cb) < 0)

Completed in 560 milliseconds