Go to file
Benjamin Walsh b8693ad72b timers: consolidate task_timer_start/restart()
They use the same logic and _k_server handler, so only have one
implementation of the user-facing API.

Instead of using ENDLIST, create a new internal _USE_CURRENT_SEM symbol
that reflects what the implementation is doing.

Change-Id: I5c50efd15f4e97b778b4b5efd5ec931384a8631f
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:21 -05:00
arch microkernel: rename K_swapper to _k_server 2016-02-05 20:15:21 -05:00
doc irq: make utility functions private 2016-02-05 20:15:21 -05:00
drivers ioapic: cleanup code comments and doxygenize the file description 2016-02-05 20:15:20 -05:00
include timers: consolidate task_timer_start/restart() 2016-02-05 20:15:21 -05:00
kernel timers: consolidate task_timer_start/restart() 2016-02-05 20:15:21 -05:00
lib
misc misc: remove old printk() stub 2016-02-05 20:15:20 -05:00
net
samples microkernel: rename _k_server parameters 2016-02-05 20:15:21 -05:00
scripts allow linking of external application libraries 2016-02-05 20:15:21 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile allow linking of external application libraries 2016-02-05 20:15:21 -05:00
Makefile.inc
zephyr-env.sh