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

/system/bt/btcore/src/
H A Dmodule.cc165 thread_t* lifecycle_thread; member in struct:__anon493
181 wrapper->lifecycle_thread = thread_new("module_wrapper");
186 thread_post(wrapper->lifecycle_thread, run_wrapped_start_up, wrapper);
209 thread_free(wrapper->lifecycle_thread);

Completed in 17 milliseconds