Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/common/src/
Dmain.c67 extern struct k_thread eno_thread;
72 k_thread_access_grant(k_current_get(), &eno_thread, &eno_stack); in common_setup()
Derrno.c29 struct k_thread eno_thread; variable
155 tid = k_thread_create(&eno_thread, eno_stack, STACK_SIZE, in ZTEST_USER()