Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/userspace/shared_mem/src/
Dmain.c78 struct k_thread pt_thread; variable
152 tPT = k_thread_create(&pt_thread, pt_stack, STACKSIZE, in main()
190 k_thread_start(&pt_thread); in main()