zephyr/kernel/nanokernel
Peter Mitsis cee79a7ca9 nanokernel: Change fiber_start() return type
The fiber_start() family of routines now return a nanokernel
thread id (nano_thread_id_t).  This is a pre-requisite step for
allowing fiber_sleep() operations to be cancelled.

Change-Id: I74a3885eda3252c158f4a48e90244569633469c3
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-23 10:48:54 -05:00
..
include idle: fix tasks waiting when NANO_TIMEOUTS is enabled 2016-02-05 20:25:24 -05:00
compiler_stack_protect.c remove redundant checking for CONFIG_STACK_CANARIES 2016-02-11 18:48:45 +00:00
device.c device: remove obsolete DEVICE_DEFINE/INIT_CONFIG_DEFINE() 2016-02-05 20:25:25 -05:00
event_logger.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
idle.c
int_latency_bench.c
Kconfig kconfig: Fix INT_LATENCY_BENCHMARK description 2016-02-05 20:25:13 -05:00
kernel_event_logger.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
Makefile
nano_context.c arm: Enable support for sys_thread_busy_wait() 2016-02-11 14:13:05 +00:00
nano_fiber.c nanokernel: Change fiber_start() return type 2016-02-23 10:48:54 -05:00
nano_fifo.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_init.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_lifo.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_sema.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_sleep.c idle: fix tasks waiting when NANO_TIMEOUTS is enabled 2016-02-05 20:25:24 -05:00
nano_stack.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_sys_clock.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
nano_timer.c nanokernel : clean up comments 2016-02-11 01:10:15 +00:00
ring_buffer.c
version.c