zephyr/kernel/microkernel
Yonattan Louise d109105597 Rename K_PoolCount to _k_mem_pool_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: I413e59e0200c2b8eba1bee79e444b3492de8fb7c
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
channel Rename K_PipeList to _k_pipe_list 2016-02-05 20:13:43 -05:00
core
include Rename K_PoolCount to _k_mem_pool_count 2016-02-05 20:13:43 -05:00
movedata
timer
defs.objs
idle.c
k_event.c
k_irq.c
k_mbox.c
k_memmap.c Rename K_MapCount to _k_mem_map_count 2016-02-05 20:13:43 -05:00
k_mempool.c Rename K_PoolCount to _k_mem_pool_count 2016-02-05 20:13:43 -05:00
k_mutex.c
k_nop.c
k_offload.c
k_queue.c Rename K_QueList to _k_fifo_list 2016-02-05 20:13:43 -05:00
k_sema.c
k_task.c
k_timer.c
power.c
task_monitor.c