Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Davc_internal.h41 const struct avc_thread_callback *thread_cb, in set_callbacks()
52 if (thread_cb) { in set_callbacks()
54 avc_func_create_thread = thread_cb->func_create_thread; in set_callbacks()
55 avc_func_stop_thread = thread_cb->func_stop_thread; in set_callbacks()
39 set_callbacks(const struct avc_memory_callback *mem_cb, const struct avc_log_callback *log_cb, const struct avc_thread_callback *thread_cb, const struct avc_lock_callback *lock_cb) set_callbacks() argument
H A Davc.c150 const struct avc_thread_callback *thread_cb, in avc_init_internal()
162 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init_internal()
246 const struct avc_thread_callback *thread_cb, in avc_init()
249 return avc_init_internal(prefix, mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
147 avc_init_internal(const char *prefix, const struct avc_memory_callback *mem_cb, const struct avc_log_callback *log_cb, const struct avc_thread_callback *thread_cb, const struct avc_lock_callback *lock_cb) avc_init_internal() argument
243 avc_init(const char *prefix, const struct avc_memory_callback *mem_cb, const struct avc_log_callback *log_cb, const struct avc_thread_callback *thread_cb, const struct avc_lock_callback *lock_cb) avc_init() argument
/third_party/libuv/test/
H A Dtest-async-null-cb.c32 static void thread_cb(void* dummy) { in thread_cb() function
58 ASSERT_OK(uv_thread_create(&thread, thread_cb, NULL)); in TEST_IMPL()
H A Dtest-async.c38 static void thread_cb(void *arg) { in thread_cb() function
102 r = uv_thread_create(&thread, thread_cb, NULL); in prepare_cb()
H A Dbenchmark-million-async.c43 static void thread_cb(void* arg) { in thread_cb() function
102 ASSERT_OK(uv_thread_create(&thread_id, thread_cb, NULL)); in BENCHMARK_IMPL()

Completed in 3 milliseconds