Home
last modified time | relevance | path

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

/Zephyr-latest/samples/userspace/shared_mem/src/
Dmain.c117 k_tid_t tPT, tENC, tCT; in main() local
135 tENC = k_thread_create(&enc_thread, enc_stack, STACKSIZE, in main()
139 k_thread_access_grant(tENC, &allforone); in main()
141 printk("ENC Thread Created %p\n", tENC); in main()
148 k_mem_domain_add_thread(&enc_domain, tENC); in main()