Searched refs:task_b_thread (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ |
D | power_mgmt.c | 215 static void task_b_thread(void *p1, void *p2, void *p3) in task_b_thread() function 230 k_thread_create(&thread_b_id, stack_b, TASK_STACK_SIZE, task_b_thread, in create_tasks()
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/ |
D | power_mgmt.c | 180 static void task_b_thread(void *p1, void *p2, void *p3) in task_b_thread() function 195 k_thread_create(&thread_b_id, stack_b, TASK_STACK_SIZE, task_b_thread, in create_tasks()
|