Home
last modified time | relevance | path

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

/system/bt/btcore/src/
Dmodule.c197 thread_t *lifecycle_thread; member
213 wrapper->lifecycle_thread = thread_new("module_wrapper"); in module_start_up_callbacked_wrapper()
218 thread_post(wrapper->lifecycle_thread, run_wrapped_start_up, wrapper); in module_start_up_callbacked_wrapper()
241 thread_free(wrapper->lifecycle_thread); in post_result_to_callback()