Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Davc_internal.h41 const struct avc_thread_callback *thread_cb, in set_callbacks() argument
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()
Davc.c150 const struct avc_thread_callback *thread_cb, in avc_init_internal() argument
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() argument
249 return avc_init_internal(prefix, mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
/third_party/libuv/test/
Dtest-async-null-cb.c32 static void thread_cb(void* dummy) { in thread_cb() function
58 ASSERT(0 == uv_thread_create(&thread, thread_cb, NULL)); in TEST_IMPL()
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()
Dbenchmark-million-async.c43 static void thread_cb(void* arg) { in thread_cb() function
101 ASSERT(0 == uv_thread_create(&thread_id, thread_cb, NULL)); in BENCHMARK_IMPL()