zephyr/kernel
Leandro Pereira a1ae8453f7 kernel: Name of static functions should not begin with an underscore
Names that begin with an underscore are reserved by the C standard.
This patch does not change names of functions defined and implemented
in header files.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-03-10 08:39:10 -05:00
..
include kernel/kswap.h: Hook event logger from switch-based _Swap 2018-02-16 10:44:29 -05:00
posix kernel: pthread: correcting pthread_setschedparam. 2018-03-07 08:23:09 -05:00
alert.c
atomic_c.c
CMakeLists.txt kernel: POSIX: Compatibility layer for pthread APIs. 2018-02-21 19:17:28 -05:00
compiler_stack_protect.c
device.c
errno.c
idle.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
init.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
int_latency_bench.c
Kconfig kernel: Add posix API for semaphore 2018-03-05 20:51:36 -05:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
mem_domain.c kernel: mem_domain: Fix compile issues 2018-03-05 10:47:00 -06:00
mem_slab.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
mempool.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
msg_q.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
mutex.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
pipes.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
poll.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
queue.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
sched.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
sem.c kernel: Remove unnecessary old code 2018-03-05 14:10:50 -08:00
smp.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
stack.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
sys_clock.c kernel: SMP timer integration 2018-02-16 10:44:29 -05:00
system_work_q.c
thread_abort.c kernel: Allow k_thread_abort(_current) from ISRs 2018-02-16 10:44:29 -05:00
thread.c kernel/include: Missed nano_internal.h -> kernel_internal.h spots 2018-02-16 10:44:29 -05:00
timer.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
userspace_handler.c
userspace.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
version.c
work_q.c