Lines Matching refs:func
79 :c:func:`k_object_alloc` API may be used to instantiate an object from
83 * Supervisor threads may call :c:func:`k_object_free` to force a dynamic
89 :c:func:`k_object_release`, and their permissions are automatically
92 :c:func:`k_object_access_revoke`.
143 * If a supervisor thread calls :c:func:`k_thread_user_mode_enter`, the
165 :c:func:`k_object_access_grant` API. The convenience pseudo-function
166 :c:func:`k_thread_access_grant` may also be used, which accepts an arbitrary
168 :c:func:`k_object_access_grant` on each of them. The thread being granted
175 :c:func:`k_object_access_all_grant` API. You must assume that any
184 removed with the :c:func:`k_object_access_revoke` API. This API is not
186 :c:func:`k_object_release` to relinquish their own permissions on an
193 Objects allocated with :c:func:`k_object_alloc` implicitly grant
213 must have :c:func:`k_object_init` called on it at some point by a supervisor