Home
last modified time | relevance | path

Searched defs:dummy_thread (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/benchmarks/wait_queues/src/
Dmain.c31 static struct _thread_base dummy_thread[CONFIG_BENCHMARK_NUM_THREADS]; variable
/Zephyr-latest/kernel/
Dthread.c1128 void z_dummy_thread_init(struct k_thread *dummy_thread) in z_dummy_thread_init()