Searched refs:app_descriptor (Results 1 – 14 of 14) sorted by relevance
/lk-master/app/ |
A D | app.c | 16 extern const struct app_descriptor __start_apps __WEAK; 17 extern const struct app_descriptor __stop_apps __WEAK; 19 static void start_app(const struct app_descriptor *app, bool detach); 23 const struct app_descriptor *app; in apps_init() 40 const struct app_descriptor *app = (const struct app_descriptor *)arg; in app_thread_entry() 47 static void start_app(const struct app_descriptor *app, bool detach) { in start_app() 62 const struct app_descriptor *app; in app_start_by_name() 76 const struct app_descriptor *app; in list_apps()
|
/lk-master/app/include/ |
A D | app.h | 26 struct app_descriptor; 27 typedef void (*app_init)(const struct app_descriptor *); 28 typedef void (*app_entry)(const struct app_descriptor *, void *args); 35 struct app_descriptor { struct 43 #define APP_START(appname) const struct app_descriptor _app_##appname __USED __ALIGNED(sizeof(void … argument
|
/lk-master/app/moot/ |
A D | moot.c | 31 static void moot_init(const struct app_descriptor *app) { in moot_init() 37 static void moot_entry(const struct app_descriptor *app, void *args) { in moot_entry()
|
/lk-master/app/cdcserialtest/ |
A D | cdcserialtest.c | 23 static void cdctest_init(const struct app_descriptor *app) { in cdctest_init() 27 static void cdctest_entry(const struct app_descriptor *app, void *args) { in cdctest_entry()
|
/lk-master/app/udctest/ |
A D | udctest.c | 67 static void udctest_init(const struct app_descriptor *app) { in udctest_init() 83 static void udctest_entry(const struct app_descriptor *app, void *args) { in udctest_entry()
|
/lk-master/app/usbtest/ |
A D | usbtest.c | 78 static void usbtest_init(const struct app_descriptor *app) { in usbtest_init() 85 static void usbtest_entry(const struct app_descriptor *app, void *args) { in usbtest_entry()
|
/lk-master/app/mdebug/ |
A D | mdebug.c | 122 static void mdebug_init(const struct app_descriptor *app) { in mdebug_init() 139 static void mdebug_entry(const struct app_descriptor *app, void *args) { in mdebug_entry()
|
/lk-master/lib/unittest/app/ |
A D | app.c | 13 void unittest_entry(const struct app_descriptor *app, void *args) { in unittest_entry()
|
/lk-master/app/shell/ |
A D | shell.c | 12 static void shell_entry(const struct app_descriptor *app, void *args) { in shell_entry()
|
/lk-master/app/tests/ |
A D | tests.c | 27 static void tests_init(const struct app_descriptor *app) { in tests_init()
|
/lk-master/app/ndebugtest/ |
A D | ndebugtest.c | 47 static void ndebugtest_entry(const struct app_descriptor *app, void *args) { in ndebugtest_entry()
|
/lk-master/app/inetsrv/ |
A D | inetsrv.c | 197 static void inetsrv_init(const struct app_descriptor *app) { in inetsrv_init() 200 static void inetsrv_entry(const struct app_descriptor *app, void *args) { in inetsrv_entry()
|
/lk-master/app/lpcboot/ |
A D | lpcboot.c | 104 static void lpcboot_init(const struct app_descriptor *app) { in lpcboot_init() 266 static void lpcboot_entry(const struct app_descriptor *app, void *args) { in lpcboot_entry()
|
/lk-master/app/lkboot/ |
A D | lkboot.c | 287 static void lkboot_task(const struct app_descriptor *app, void *args) { in lkboot_task()
|
Completed in 10 milliseconds