Lines Matching full:invoked
19 effect whether invoked from interrupt or thread context
22 initialized and will have its specified effect when invoked from that
47 is invoked by a thread it is possible for that thread to be suspended as
56 Functions that are not **reschedule** may be invoked from either thread
59 Functions that are **reschedule** may be invoked from thread context.
61 Functions that are **reschedule** but not **sleep** may be invoked from
78 unless that thread has explicitly invoked an operation that caused it to
88 Functions that are **sleep** may be invoked from thread context.
90 Functions that are **sleep** may be invoked from interrupt and
91 pre-kernel contexts if and only if invoked in **no-wait** mode.
112 :c:func:`k_sem_take` to be invoked from ISRs, since it is not
118 Functions with this attribute may be invoked from interrupt and
127 whether it is being invoked from interrupt or thread context.
137 or by documenting that when invoked from a non-thread context the
150 works as documented even when invoked before the kernel main thread has
158 or :c:macro:`SYS_INIT()` calls that may be invoked with ``PRE_KERNEL_1``
200 indicates that the function cannot be invoked from user mode.