zephyr/kernel/microkernel
Yonattan Louise 8489e2410d Rename K_DebugLowTime to _k_debug_sys_clock_tick_count
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: Id55e2394076ed44694e3f761f8a0e6e7bf0b59f9
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:44 -05:00
..
channel Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
core Rename K_StackSize to _k_server_stack_size 2016-02-05 20:13:44 -05:00
include Rename K_monitor_mask to _k_monitor_mask 2016-02-05 20:13:44 -05:00
movedata
timer Rename K_DebugLowTime to _k_debug_sys_clock_tick_count 2016-02-05 20:13:44 -05:00
defs.objs
idle.c Rename K_wl_scale to _k_workload_scale 2016-02-05 20:13:44 -05:00
k_event.c Rename K_max_eventnr to _k_num_events 2016-02-05 20:13:43 -05:00
k_irq.c
k_mbox.c Rename K_Args to _k_command_stack 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_Args to _k_command_stack 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_Args to _k_command_stack 2016-02-05 20:13:43 -05:00
k_task.c Rename K_monitor_mask to _k_monitor_mask 2016-02-05 20:13:44 -05:00
k_timer.c Rename K_TimerFree to _k_timer_free 2016-02-05 20:13:43 -05:00
power.c Rename _SysIdleThresholdTicks to _sys_idle_threshold_ticks 2016-02-05 20:13:44 -05:00
task_monitor.c Rename TaskSwitchCallBack to _k_task_switch_callback 2016-02-05 20:13:44 -05:00