zephyr/arch/posix/include
Andy Ross e6af0f8caa arch/*: Add z_arch_irq_unlocked() predicate and test
It's useful to be able to inspect the key returned from
z_arch_irq_unlock() to see if interrupts were enabled at the point
where z_arch_irq_lock() was called.  Architectures tend to represent
this is a simple way that doesn't require platform assembly to
inspect.

Adds a simple test to kernel/common that validates this predicate with
a nested lock.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-06-03 12:03:48 -07:00
..
asm_inline.h
asm_inline_gcc.h
kernel_arch_data.h arch: all: Remove legacy code 2019-04-18 12:24:56 -07:00
kernel_arch_func.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
kernel_arch_thread.h arch: all: Remove not used struct _caller_saved 2019-04-18 12:24:56 -07:00
offsets_short_arch.h arch: x86: Remove not used fp struct 2019-04-03 12:06:31 -04:00
posix_arch_internal.h arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
posix_cheats.h arch: posix: posix_cheats: Add some comments 2019-02-06 10:34:56 -05:00
posix_core.h
posix_soc_if.h arch/*: Add z_arch_irq_unlocked() predicate and test 2019-06-03 12:03:48 -07:00
posix_trace.h