Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/lockfree/src/
Dtest_mpsc.c15 static struct mpsc push_pop_q; variable
31 mpsc_init(&push_pop_q); in ZTEST()
33 head = mpsc_ptr_get(push_pop_q.head); in ZTEST()
34 tail = push_pop_q.tail; in ZTEST()
35 stub = &push_pop_q.stub; in ZTEST()
42 node = mpsc_pop(&push_pop_q); in ZTEST()
45 mpsc_push(&push_pop_q, &push_pop_nodes[0]); in ZTEST()
47 head = mpsc_ptr_get(push_pop_q.head); in ZTEST()
52 next = mpsc_ptr_get(push_pop_q.stub.next); in ZTEST()
54 tail = push_pop_q.tail; in ZTEST()
[all …]