Home
last modified time | relevance | path

Searched refs:thread_flags (Results 1 – 3 of 3) 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
275 K_PRIO_PREEMPT(0), thread_flags, in ZTEST_USER()
292 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local
294 int thread_flags = 0; in ZTEST_USER() local
301 NULL, NULL, K_PRIO_PREEMPT(0), thread_flags, in ZTEST_USER()
338 int thread_flags = K_USER | K_INHERIT_PERMS; in ZTEST_USER() local
340 int thread_flags = 0; in ZTEST_USER() local
350 K_PRIO_PREEMPT(3), thread_flags, in ZTEST_USER()
356 K_PRIO_PREEMPT(2), thread_flags, in ZTEST_USER()
[all …]
/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() argument
68 K_INHERIT_PERMS | thread_flags, in load_and_run_extension()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DCMakeLists.txt19 thread_flags.c