Home
last modified time | relevance | path

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

/Zephyr-latest/samples/userspace/syscall_perf/src/
Dthread_def.h18 struct k_thread supervisor_thread; variable
Dmain.c16 k_thread_create(&supervisor_thread, supervisor_stack, THREAD_STACKSIZE, in main()