Searched defs:app (Results 1 – 13 of 13) sorted by relevance
/lk-master/app/ |
A D | app.c | 23 const struct app_descriptor *app; in apps_init() local 40 const struct app_descriptor *app = (const struct app_descriptor *)arg; in app_thread_entry() local 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() local 76 const struct app_descriptor *app; in list_apps() local
|
/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/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/tests/ |
A D | tests.c | 27 static void tests_init(const struct app_descriptor *app) { in tests_init()
|
/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/ndebugtest/ |
A D | ndebugtest.c | 47 static void ndebugtest_entry(const struct app_descriptor *app, void *args) { in ndebugtest_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 18 milliseconds