zephyr/tests/benchmarks/sys_kernel/src
Nicolas Pitre 659fa0d57d lifo/fifo: first word is not always first 4 bytes
The first word is used as a pointer, meaning it is 64 bits on 64-bit
systems. To reserve it, it has to be either a pointer, a long, or an
intptr_t. Not an int nor an u32_t.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-26 09:08:42 -04:00
..
lifo.c lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
mwfifo.c lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
sema.c pointer-type args: cast appropriately to be 64-bit compatible 2019-06-12 08:20:52 -07:00
stack.c k_stack: make it 64-bit compatible 2019-06-14 05:46:29 -04:00
syskernel.c tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
syskernel.h