zephyr/kernel/nanokernel
Allan Stephens 69555e8efd Cleanup of nanokernel's fiber scheduling routine
1) Renames routine to conform to kernel naming conventions.
2) Relocates routine declaration to include files for
   non-public nanokernel APIs.
3) Relocates routine definition so that it resides with the
   nanokernel's other fiber manipulation routines.
4) Eliminates an unnecessary argument to the routine.

Change-Id: Ia139280dfea36262ca8417708786b4989f3eaee1
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:15 -05:00
..
include Cleanup of nanokernel's fiber scheduling routine 2016-02-05 20:14:15 -05:00
compiler_stack_protect.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
ctors.c Eliminate kernel/common/bsp sub-directory 2016-02-05 20:13:51 -05:00
device.c device: Add device model infrastructure 2016-02-05 20:14:14 -05:00
idle.c nanokernel/idle: fix file description 2016-02-05 20:13:59 -05:00
int_latency_bench.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
Kconfig Kconfig: remove extra line from nano kconfig 2016-02-05 20:14:11 -05:00
Makefile device: Add device model infrastructure 2016-02-05 20:14:14 -05:00
nano_context.c Cleanup of nanokernel's fiber scheduling routine 2016-02-05 20:14:15 -05:00
nano_fiber.c Cleanup of nanokernel's fiber scheduling routine 2016-02-05 20:14:15 -05:00
nano_fifo.c Fix whitespace issues 2016-02-05 20:13:59 -05:00
nano_init.c Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00
nano_lifo.c Refactor _Cget() to invoke _NanoFatalErrorHandler() 2016-02-05 20:14:13 -05:00
nano_sema.c nano objects: standardize on if(ptr), not if(ptr != NULL) 2016-02-05 20:13:53 -05:00
nano_stack.c Cleanup of nanokernel's fiber scheduling routine 2016-02-05 20:14:15 -05:00
nano_sys_clock.c Rework constructor macros 2016-02-05 20:14:00 -05:00
nano_timer.c nano_lifo: allow multiple fibers to pend 2016-02-05 20:13:53 -05:00
nanometrics.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
version.c Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00