summaryrefslogtreecommitdiff
path: root/kernel/microkernel/k_timer.c
AgeCommit message (Expand)Author
2016-11-07kernel: remove old micro/nanokernel C codeAndrew Boie
2016-05-11kernel: add _IS_IDLE_TASK()Benjamin Walsh
2016-04-08kernel: Make idle task sleepDmitriy Korovkin
2016-03-26microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-03-11debug: adds object tracing capability to microkernel timersJuan Manuel Cruz
2016-03-11Revert "microkernel: Add support for *_sleep() during initialization"Anas Nashif
2016-03-10microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-02-05checkpatch: error - global_initialisersDan Kalowsky
2016-02-05Adding in doxygen comment headersDan Kalowsky
2016-02-05checkpatch: error - trailing_whitespaceDan Kalowsky
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05doxygen: microkernel timer header doxygenationAnas Nashif
2016-02-05Rename microkernel struct field 'Args' to 'args'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Back' to 'prev'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Forw' to 'next'.Yonattan Louise
2016-02-05microkernel: rename K_CREF.proc to 'task'Benjamin Walsh
2016-02-05microkernel: rename k_proc to k_taskBenjamin Walsh
2016-02-05timers: prevent duration of 0 in timer_start/restartBenjamin Walsh
2016-02-05timers: consolidate task_timer_start/restart()Benjamin Walsh
2016-02-05microkernel: rename K_swapper to _k_serverBenjamin Walsh
2016-02-05Redefine microkernel timer objects identifier typeDaniel Leung
2016-02-05microkernel: remove kernel service dispatch tableDaniel Leung
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05Rename microkernel's minik.h to micro_private.hAllan Stephens
2016-02-05Rename enlist_timeout(), delist_timeout(), and force_timeout() APIsAllan Stephens
2016-02-05Rename enlist_timer() and delist_timer() private APIsAllan Stephens
2016-02-05Rename set_state_bit() and reset_state_bit() private APIsAllan Stephens
2016-02-05k_timer optimization: INVALID_OBJECT can not be returnedPeter Mitsis
2016-02-05_k_timer_alloc() to use GETTIMER() instead of _Cget()Peter Mitsis
2016-02-05Fix checkpatch issue - ERROR:ELSE_AFTER_BRACEYonattan Louise
2016-02-05Fix coding style issues.Yonattan Louise
2016-02-05Eliminate unnecessary K_TIMER typeAllan Stephens
2016-02-05Limit exposure of non-public microkernel timer APIsAllan Stephens
2016-02-05Consolidate (most) microkernel non-public API declarationsAllan Stephens
2016-02-05Rename _HandleExpiredTimers to _k_timer_list_updateAllan Stephens
2016-02-05Relocate misplaced system clock routinesAllan Stephens
2016-02-05Eliminate kernel/microkernel/ticks.cAllan Stephens
2016-02-05Renaming *_node_tick_delta to just *_tick_deltaDan Kalowsky
2016-02-05Renaming *_node_cycle_get_32 to *_cycle_get_32Dan Kalowsky
2016-02-05Renaming *_node_tick_get to *_tick_getDan Kalowsky
2016-02-05Renaming *_node_tick_get_32 to *_tick_get_32Dan Kalowsky
2016-02-05Allow microkernel timer code to support tickless kernelAllan Stephens
2016-02-05Renaming k_timer.Tr to k_timer.periodDan Kalowsky
2016-02-05Renaming k_timer.Ti to k_timer.durationDan Kalowsky
2016-02-05Convert LITE references to TICKLESS_KERNEL referencesAllan Stephens
2016-02-05Renaming K_elapse to _k_time_elapseDan Kalowsky
2016-02-05Renaming K_sleep to _k_task_sleepDan Kalowsky
2016-02-05Renaming K_wakeup to _k_task_wakeupDan Kalowsky