zephyr/kernel/microkernel
Yonattan Louise b4db2ae7fc Rename K_Ttail to _k_timer_list_tail
Updating global variable's name to follow a consistent naming convention.

Change accomplished with the following script:

   #!/bin/bash
   echo "Searching for ${1} to replace with ${2}"
   find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: I5e774c9b78ace93049a41824cee0305ceb69228d
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
channel Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
core Rename K_PrioBitMap to _k_task_priority_bitmap 2016-02-05 20:13:43 -05:00
include Rename K_Ttail to _k_timer_list_tail 2016-02-05 20:13:43 -05:00
movedata
timer Rename K_Ttail to _k_timer_list_tail 2016-02-05 20:13:43 -05:00
defs.objs
idle.c Rename K_Thead to _k_timer_list_head 2016-02-05 20:13:43 -05:00
k_event.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_irq.c
k_mbox.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_memmap.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_mempool.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_mutex.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_nop.c
k_offload.c
k_queue.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_sema.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_task.c Rename K_PrioBitMap to _k_task_priority_bitmap 2016-02-05 20:13:43 -05:00
k_timer.c Rename K_Ttail to _k_timer_list_tail 2016-02-05 20:13:43 -05:00
power.c
task_monitor.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00