zephyr/kernel/microkernel/core
Yonattan Louise 07dd3b2188 Rename K_PrioBitMap to _k_task_priority_bitmap
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: Iff92324e4442883cde8d7e1b6831d091c77584ce
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
cmdPkt.c First commit 2015-04-10 16:44:37 -07:00
global.c Rename K_PrioBitMap to _k_task_priority_bitmap 2016-02-05 20:13:43 -05:00
taskcall.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00