Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/kernel/
Duserspace_handler.c65 k_thread_perms_set(ko, thread); in z_vrfy_k_object_access_grant()
Duserspace.c439 k_thread_perms_set(zo, _current); in z_object_alloc()
613 void k_thread_perms_set(struct k_object *ko, struct k_thread *thread) in k_thread_perms_set() function
705 k_thread_perms_set(ko, thread); in z_impl_k_object_access_grant()
796 k_thread_perms_set(ko, _current); in k_object_recycle()
/Zephyr-Core-3.7.0/include/zephyr/internal/
Dsyscall_handler.h157 void k_thread_perms_set(struct k_object *ko, struct k_thread *thread);
/Zephyr-Core-3.7.0/doc/releases/
Dmigration-guide-3.6.rst688 * ``z_thread_perms_set`` to :c:func:`k_thread_perms_set`