Home
last modified time | relevance | path

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

/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_a.c45 struct k_thread writeback_thread; variable
237 k_thread_create(&writeback_thread, writeback_stack, in app_a_entry()
241 k_thread_access_grant(&writeback_thread, &shared_queue_outgoing, in app_a_entry()
243 k_thread_start(&writeback_thread); in app_a_entry()