Lines Matching refs:func
172 example of :c:func:`k_sem_init()`, this API is declared in
177 Inside this header is the body of :c:func:`k_sem_init()`::
198 :c:func:`_arch_syscall_invoke0` through :c:func:`_arch_syscall_invoke6`. These
293 :c:func:`k_thread_create()`.
382 :c:func:`k_usermode_to_copy()` and :c:func:`k_usermode_from_copy()` APIs exist for
407 the implementation function, and then used :c:func:`k_usermode_to_copy()` to fill
479 memory from the caller's resource pool via :c:func:`z_thread_malloc()`. This
567 missing system calls are routed to :c:func:`handler_no_syscall()` which
571 :c:func:`k_usermode_from_copy()`, :c:func:`k_usermode_to_copy()`
578 manually using :c:func:`k_object_validate()`. These can fail for a variety
584 invoking :c:func:`z_thread_malloc()`, should propagate ``-ENOMEM`` to the
608 * :c:func:`k_thread_join()` and :c:func:`k_thread_abort()` are no-ops if
613 * :c:func:`k_thread_create()` invokes :c:macro:`K_OOPS()` for parameter
617 * :c:func:`k_thread_abort()` invokes :c:macro:`K_OOPS()` if an essential
651 * :c:func:`_arch_syscall_invoke0`
652 * :c:func:`_arch_syscall_invoke1`
653 * :c:func:`_arch_syscall_invoke2`
654 * :c:func:`_arch_syscall_invoke3`
655 * :c:func:`_arch_syscall_invoke4`
656 * :c:func:`_arch_syscall_invoke5`
657 * :c:func:`_arch_syscall_invoke6`