Searched refs:core_thread (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/subsys/zbus/uart_bridge/src/ |
D | core.c | 23 static void core_thread(void) in core_thread() function 37 K_THREAD_DEFINE(core_thread_id, 1024, core_thread, NULL, NULL, NULL, 3, 0, 0);
|
/Zephyr-latest/tests/subsys/zbus/integration/src/ |
D | main.c | 33 static void core_thread(void) in core_thread() function 55 K_THREAD_DEFINE(core_thread_id, 1024, core_thread, NULL, NULL, NULL, 3, 0, 0);
|