Searched refs:thread_fn (Results 1 – 4 of 4) sorted by relevance
29 typedef void (*thread_fn)(void* context); typedef56 bool thread_post(thread_t* thread, thread_fn func, void* context);
164 thread_fn callback) in CallbackWrapper()174 thread_fn callback;194 thread_fn callback) { in module_start_up_callbacked_wrapper()
69 bluetooth::common::MessageLoopThread* callback_thread, thread_fn callback);
58 thread_fn func;126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()