Searched refs:coop_thread (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/samples/cpp/cpp_synchronization/src/ |
D | main.cpp | 40 struct k_thread coop_thread; variable 137 k_thread_create(&coop_thread, coop_stack, STACKSIZE, in main()
|
/Zephyr-Core-3.5.0/tests/kernel/pending/src/ |
D | main.c | 59 static struct k_thread coop_thread[2]; variable 257 k_thread_create(&coop_thread[0], coop_stack[0], COOP_STACKSIZE, in task_high() 261 k_thread_create(&coop_thread[1], coop_stack[1], COOP_STACKSIZE, in task_high()
|
/Zephyr-Core-3.5.0/tests/kernel/sched/schedule_api/src/ |
D | test_sched_timeslice_and_lock.c | 190 static void coop_thread(void *p1, void *p2, void *p3) in coop_thread() function 214 (k_thread_entry_t)coop_thread, in ZTEST()
|