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

/system/bt/btcore/src/
H A Dmodule.c181 thread_t *lifecycle_thread; member in struct:__anon580
197 wrapper->lifecycle_thread = thread_new("module_wrapper");
202 thread_post(wrapper->lifecycle_thread, run_wrapped_start_up, wrapper);
225 thread_stop(wrapper->lifecycle_thread);

Completed in 3 milliseconds