Searched refs:thread_cb (Results 1 – 5 of 5) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | avc_internal.h | 41 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()
|
D | avc.c | 150 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/ |
D | test-async-null-cb.c | 32 static void thread_cb(void* dummy) { in thread_cb() function 58 ASSERT(0 == uv_thread_create(&thread, thread_cb, NULL)); in TEST_IMPL()
|
D | test-async.c | 38 static void thread_cb(void *arg) { in thread_cb() function 102 r = uv_thread_create(&thread, thread_cb, NULL); in prepare_cb()
|
D | benchmark-million-async.c | 43 static void thread_cb(void* arg) { in thread_cb() function 101 ASSERT(0 == uv_thread_create(&thread_id, thread_cb, NULL)); in BENCHMARK_IMPL()
|