zephyr/arch/x86/core
Peter Mitsis 5c01c09f4d nano_stack: Simplify nano_xxx_stack_pop() API family
Changes the nanokernel stack API so that the timeout parameter must be
specified when invoking nano_isr_stack_pop(), nano_fiber_stack_pop(),
nano_task_stack_pop() and nano_stack_pop().

This obsoletes the following APIs:
	nano_fiber_stack_pop_wait()
	nano_task_stack_pop_wait()
	nano_stack_pop_wait()

Note that even though the new API requires that the timeout parameter
be specified, there are currently only two acceptable values:
	TICKS_NONE and TICKS_UNLIMITED
This nanokernel option does not support CONFIG_NANO_TIMEOUTS.

Change-Id: Ic7f16ee30c3534115ceffa19ef8591ecc5a79080
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:14 -05:00
..
i386_sysV_abi x86: reduce static IRQ stub size 2016-02-05 20:25:05 -05:00
iamcu_abi x86: iamcu: Add support for the IAMCU calling convention. 2016-02-05 20:25:06 -05:00
offsets Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
Kconfig kconfig: reorganise kconfig for x86 2016-02-05 20:24:55 -05:00
Makefile x86: iamcu: Add support for the IAMCU calling convention. 2016-02-05 20:25:06 -05:00
atomic.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
cache.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
cache_s.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
cpuhalt.c nano_stack: Simplify nano_xxx_stack_pop() API family 2016-02-05 20:25:14 -05:00
crt0.S x86: mvic: fix IDT reload 2016-02-05 20:25:06 -05:00
driver_static_irq_stubs.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
dynamic.c x86: remove dynamically generated IRQ and exception code 2016-02-05 20:24:41 -05:00
errno.S kernel: add per-thread errno support 2016-02-05 20:24:58 -05:00
excconnect.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
excstub.S x86: kernel move excstub.S back to core 2016-02-05 20:25:04 -05:00
fatal.c x86: fatal: report vector number of spurious interrupts 2016-02-05 20:25:04 -05:00
float.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
gdt.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
intconnect.c x86: mvic: fix IDT reload 2016-02-05 20:25:06 -05:00
irq_offload.c x86: irq_offload: don't use the last vector 2016-02-05 20:25:04 -05:00
msr.c x86: use GCC inline asm for MSR read/write 2016-02-05 20:24:42 -05:00
strtask.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
sys_fatal_error_handler.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00