zephyr/kernel/microkernel/channel
Allan Stephens 56f93e3a21 Eliminate unnecessary K_TIMER type
Since the K_TIMER type is a non-public API used within the micro-
kernel itself, it doesn't provide any real type abstraction benefit
that isn't served equally well by the struct k_timer type it is
based on.

Change-Id: I482d7c0459d5734402be541322ff752dd1a3714a
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:55 -05:00
..
ch_addit.c Eliminate unnecessary K_TIMER type 2016-02-05 20:13:55 -05:00
ch_buff.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
ch_buffm.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
InitChan.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_Ch_Mvd.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_Ch_RO.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_Ch_WO.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_Ch_WR.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChGAck.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChGReq.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChGRpl.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChGTmo.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChPAck.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChPReq.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChProc.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChPRpl.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
K_ChPTmo.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
KS_Chan.c Remove references to host server channels 2016-02-05 20:13:42 -05:00
KS_ChGet.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
KS_ChPtA.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
KS_ChPut.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00