Home
last modified time | relevance | path

Searched refs:coophi_queue (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c89 static struct k_work_q coophi_queue; variable
107 return (wq == &coophi_queue) ? coophi_counter() in coop_counter()
144 if (k_current_get() == &coophi_queue.thread) { in counter_handler()
259 k_work_queue_start(&coophi_queue, coophi_stack, STACK_SIZE, in test_queue_start()
261 zassert_equal(coophi_queue.flags, in test_queue_start()
296 rc = k_work_submit_to_queue(&coophi_queue, &common_work); in ZTEST()
333 rc = k_work_submit_to_queue(&coophi_queue, &common_work); in ZTEST()
363 rc = k_work_submit_to_queue(&coophi_queue, &common_work); in ZTEST()
400 rc = k_work_submit_to_queue(&coophi_queue, &common_work); in ZTEST()
440 rc = k_work_submit_to_queue(&coophi_queue, &common_work1); in ZTEST()
[all …]