Searched refs:thread_fn (Results 1 – 7 of 7) sorted by relevance
28 typedef void (*thread_fn)(void *context); typedef55 bool thread_post(thread_t *thread, thread_fn func, void *context);
199 thread_fn callback;209 thread_fn callback) { in module_start_up_callbacked_wrapper()238 thread_fn callback = wrapper->callback; in post_result_to_callback()
66 thread_fn callback
55 thread_fn func;131 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post()
59 void btif_thread_post(thread_fn func, void *context);
310 void btif_thread_post(thread_fn func, void *context) { in btif_thread_post()
62 static thread_fn event_functions[] = {