Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Duserspace_handler.c65 k_thread_perms_set(ko, thread); in z_vrfy_k_object_access_grant()
Duserspace.c440 k_thread_perms_set(zo, arch_current_thread()); in z_object_alloc()
614 void k_thread_perms_set(struct k_object *ko, struct k_thread *thread) in k_thread_perms_set() function
706 k_thread_perms_set(ko, thread); in z_impl_k_object_access_grant()
797 k_thread_perms_set(ko, arch_current_thread()); in k_object_recycle()
/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h157 void k_thread_perms_set(struct k_object *ko, struct k_thread *thread);
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst688 * ``z_thread_perms_set`` to :c:func:`k_thread_perms_set`