Searched refs:app_mgr_thread (Results 1 – 1 of 1) sorted by relevance
2016 thread_t* app_mgr_thread; in app_mgr_init() local2019 app_mgr_thread = thread_create("app manager", &app_mgr, NULL, in app_mgr_init()2022 if (!app_mgr_thread) in app_mgr_init()2025 err = thread_resume(app_mgr_thread); in app_mgr_init()