Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/
Duserspace_handler.c48 z_thread_perms_set(ko, thread); in z_vrfy_k_object_access_grant()
Duserspace.c375 z_thread_perms_set(zo, _current); in z_impl_k_object_alloc()
533 void z_thread_perms_set(struct z_object *ko, struct k_thread *thread) in z_thread_perms_set() function
625 z_thread_perms_set(ko, thread); in z_impl_k_object_access_grant()
716 z_thread_perms_set(ko, k_current_get()); in z_object_recycle()
/Zephyr-Core-2.7.6/include/
Dsyscall_handler.h132 extern void z_thread_perms_set(struct z_object *ko, struct k_thread *thread);