Home
last modified time | relevance | path

Searched defs:thread_flags (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/kernel/mem_protect/sys_sem/src/
Dmain.c266 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local
268 int thread_flags = 0; in ZTEST_USER() local
292 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local
294 int thread_flags = 0; in ZTEST_USER() local
338 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local
340 int thread_flags = 0; in ZTEST_USER() local
513 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local
515 int thread_flags = 0; in ZTEST_USER() local
/Zephyr-latest/tests/misc/llext-edk/src/
Dmain.c50 void load_and_run_extension(int thread_flags, struct k_thread *thread, in load_and_run_extension()