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
iamcu_abi x86: iamcu: Add support for the IAMCU calling convention. 2016-02-05 20:25:06 -05:00
offsets
atomic.c
cache_s.S
cache.c
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
dynamic.c
errno.S
excconnect.c
excstub.S
fatal.c
float.c
gdt.c
intconnect.c x86: mvic: fix IDT reload 2016-02-05 20:25:06 -05:00
irq_offload.c
Kconfig
Makefile x86: iamcu: Add support for the IAMCU calling convention. 2016-02-05 20:25:06 -05:00
msr.c
strtask.c
sys_fatal_error_handler.c