zephyr/kernel/microkernel
Allan Stephens f64b8a0784 Allow memory pools to support tickless kernel
Revises microkernel memory pool code so that it properly handles the
case where the kernel does not have timer support.

Change-Id: I38fc3916681bbd3ac678399724ddb679a16f6ead
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:49 -05:00
..
channel Renaming K_mvdreq to _k_movedata_request 2016-02-05 20:13:48 -05:00
core Introduce NUM_TASK_PRIORITIES configuration option 2016-02-05 20:13:48 -05:00
include Remove most references to LITE symbol 2016-02-05 20:13:49 -05:00
movedata Renaming K_mvdreq to _k_movedata_request 2016-02-05 20:13:48 -05:00
timer Renaming k_timer.Tr to k_timer.period 2016-02-05 20:13:49 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00
idle.c Renaming k_timer.Ti to k_timer.duration 2016-02-05 20:13:49 -05:00
k_event.c Allow events to support tickless kernel 2016-02-05 20:13:49 -05:00
k_irq.c Allow task IRQ code to support tickless kernel 2016-02-05 20:13:49 -05:00
k_mbox.c Allow mailboxes to support tickless kernel 2016-02-05 20:13:49 -05:00
k_memmap.c Allow memory maps to support tickless kernel 2016-02-05 20:13:49 -05:00
k_mempool.c Allow memory pools to support tickless kernel 2016-02-05 20:13:49 -05:00
k_mutex.c Allow mutexes to support tickless kernel 2016-02-05 20:13:49 -05:00
k_nop.c Renaming K_nop to _k_nop 2016-02-05 20:13:48 -05:00
k_offload.c Renaming K_offload to _k_offload_to_fiber 2016-02-05 20:13:48 -05:00
k_queue.c Allow FIFOs to support tickless kernel 2016-02-05 20:13:49 -05:00
k_sema.c Allow semaphores to support tickless kernel 2016-02-05 20:13:49 -05:00
k_task.c Remove most references to LITE symbol 2016-02-05 20:13:49 -05:00
k_timer.c Renaming k_timer.Tr to k_timer.period 2016-02-05 20:13:49 -05:00
power.c Renaming _SysPowerSaveIdleExit to _sys_power_save_idle_exit 2016-02-05 20:13:47 -05:00
task_monitor.c Renaming K_monitor_read _k_task_monitor_read 2016-02-05 20:13:47 -05:00