zephyr/kernel/microkernel/include
Yonattan Louise fc6d85e56b Rename K_Thead to _k_timer_list_head
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: I8ad0774ad26836e193ed94165491e0bb1e6e9a0c
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
ch_buff.h First commit 2015-04-10 16:44:37 -07:00
ch_buffm.h First commit 2015-04-10 16:44:37 -07:00
ch_cfg.h First commit 2015-04-10 16:44:37 -07:00
kchan.h Move TIME_TYPE bits to private header file 2016-02-05 20:13:41 -05:00
kevent.h First commit 2015-04-10 16:44:37 -07:00
kfifo.h First commit 2015-04-10 16:44:37 -07:00
kmail.h First commit 2015-04-10 16:44:37 -07:00
kmemcpy.h First commit 2015-04-10 16:44:37 -07:00
kmemp.h First commit 2015-04-10 16:44:37 -07:00
kmmap.h First commit 2015-04-10 16:44:37 -07:00
kres.h First commit 2015-04-10 16:44:37 -07:00
ksema.h First commit 2015-04-10 16:44:37 -07:00
ktask.h First commit 2015-04-10 16:44:37 -07:00
kticks.h Rename K_Thead to _k_timer_list_head 2016-02-05 20:13:43 -05:00
minik.h Rename K_Thead to _k_timer_list_head 2016-02-05 20:13:43 -05:00
v1.h First commit 2015-04-10 16:44:37 -07:00
v3.h First commit 2015-04-10 16:44:37 -07:00