kernel: renamespace z_is_in_isr()
This is part of the core kernel -> architecture interface and is appropriately renamed z_arch_is_in_isr(). References from test cases changed to k_is_in_isr(). Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
61901ccb4c
commit
e1ec59f9c2
22 changed files with 31 additions and 31 deletions
|
@ -40,7 +40,7 @@ z_set_thread_return_value(struct k_thread *thread, unsigned int value)
|
|||
FUNC_NORETURN void z_riscv_fatal_error(unsigned int reason,
|
||||
const z_arch_esf_t *esf);
|
||||
|
||||
#define z_is_in_isr() (_kernel.nested != 0U)
|
||||
#define z_arch_is_in_isr() (_kernel.nested != 0U)
|
||||
|
||||
#ifdef CONFIG_IRQ_OFFLOAD
|
||||
int z_irq_do_offload(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue