Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c719 static void spawn_user(volatile bool *to_modify) in spawn_user() argument
722 (void *)to_modify, NULL, NULL, in spawn_user()
728 static void drop_user(volatile bool *to_modify) in drop_user() argument
731 k_thread_user_mode_enter(user_half, (void *)to_modify, NULL, NULL); in drop_user()