Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h146 void k_thread_perms_inherit(struct k_thread *parent, struct k_thread *child);
/Zephyr-latest/kernel/
Duserspace.c601 void k_thread_perms_inherit(struct k_thread *parent, struct k_thread *child) in k_thread_perms_inherit() function
Dthread.c627 k_thread_perms_inherit(arch_current_thread(), new_thread); in z_setup_new_thread()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst687 * ``z_thread_perms_inherit`` to :c:func:`k_thread_perms_inherit`