zephyr/kernel/nanokernel
Benjamin Walsh 2480e773e3 nano objects: standardize on if(ptr), not if(ptr != NULL)
This notation is more concise and carry the same information.

Change-Id: Iba2023d37c2f3168fa44750441a29a6e024c0d7e
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:13:53 -05:00
..
include nanokernel: add struct _nano_queue and wait_q access routines 2016-02-05 20:13:53 -05:00
compiler_stack_protect.c Compiler specific configuration 2016-02-05 20:13:52 -05:00
ctors.c Eliminate kernel/common/bsp sub-directory 2016-02-05 20:13:51 -05:00
idle.c Eliminate nanokernel/core sub-directory 2016-02-05 20:13:51 -05:00
init.c Eliminate kernel/common/bsp sub-directory 2016-02-05 20:13:51 -05:00
int_latency_bench.c Eliminate nanokernel/core sub-directory 2016-02-05 20:13:51 -05:00
nano_context_data.c Eliminate nanokernel/core sub-directory 2016-02-05 20:13:51 -05:00
nano_lifo.c nano objects: standardize on if(ptr), not if(ptr != NULL) 2016-02-05 20:13:53 -05:00
nano_mwfifo.c nano objects: rename fiber/ISR 'give' routines 2016-02-05 20:13:53 -05:00
nano_sema.c nano objects: standardize on if(ptr), not if(ptr != NULL) 2016-02-05 20:13:53 -05:00
nano_stack.c nano objects: standardize on if(ptr), not if(ptr != NULL) 2016-02-05 20:13:53 -05:00
nano_timer.c nano_lifo: allow multiple fibers to pend 2016-02-05 20:13:53 -05:00
nanocontextentry.c Eliminate useless microkernel #ifdefs from nanokernel files 2016-02-05 20:13:52 -05:00
nanofiber.c Eliminate useless microkernel #ifdefs from nanokernel files 2016-02-05 20:13:52 -05:00
nanoinit.c Eliminate useless microkernel #ifdefs from nanokernel files 2016-02-05 20:13:52 -05:00
nanometrics.c Eliminate nanokernel/core sub-directory 2016-02-05 20:13:51 -05:00
nanotime.c Change _nano_ticks to 64-bit 2016-02-05 20:13:52 -05:00
string_s.c Eliminate kernel/common sub-directory 2016-02-05 20:13:51 -05:00
version.c Eliminate kernel/common sub-directory 2016-02-05 20:13:51 -05:00