zephyr/include/zephyr/sys
Chris Friedt 97519002ad sys: clock: re-apply change to Z_IS_TIMEOUT_RELATIVE
A mid-air collision between two different changes to sys_clock.h
resulted in a test failure.

```shell
tests/kernel/timer/timer_api/src/main.c:763:
  timer_api_test_timeout_abs: Z_IS_TIMEOUT_RELATIVE(t2) is false
```

Re-apply the change that was added in

9075d53355

to keep tests running smoothly.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-06-24 11:25:51 -04:00
..
internal
__assert.h
atomic_arch.h
atomic_builtin.h
atomic_c.h
atomic_types.h
atomic.h sys: util: use BITS_PER_BYTE macro instead of the magic number 8 2024-11-16 15:22:35 -05:00
barrier_builtin.h
barrier.h
base64.h
bitarray.h
byteorder.h sys: byteorder: Add endian-specific buffer convert and copy functions 2025-01-17 13:56:33 +01:00
cbprintf_cxx.h everywhere: Use correct macro for gcc-specific warnings 2025-03-20 21:57:47 +01:00
cbprintf_enums.h
cbprintf_internal.h lib: os: cbprintf: add initializer for xtensa padding 2025-04-07 11:22:21 +02:00
cbprintf.h
check.h
clock.h sys: clock: re-apply change to Z_IS_TIMEOUT_RELATIVE 2025-06-24 11:25:51 -04:00
crc.h style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
device_mmio.h
dlist.h sys: dlist: Add const qualifier to immutable API functions 2025-05-01 08:54:04 -04:00
errno_private.h include: kernel: arch: sys: Use new TLS macro 2024-10-05 14:06:26 -04:00
fdtable.h posix: fcntl.h: define constants in terms of zvfs constants 2025-01-05 09:58:54 +01:00
hash_function.h
hash_map_api.h
hash_map_cxx.h
hash_map_oa_lp.h
hash_map_sc.h
hash_map.h
heap_listener.h
iterable_sections.h
kobject.h
libc-hooks.h
linear_range.h
list_gen.h sys: slist/sflist: Add const qualifier to immutable API functions 2025-05-01 08:54:04 -04:00
math_extras_impl.h
math_extras.h
mem_blocks.h
mem_manage.h
mem_stats.h
min_heap.h lib: min_heap: Add min-heap data structure 2025-06-07 13:29:24 +01:00
mpsc_lockfree.h
mpsc_packet.h
mpsc_pbuf.h
multi_heap.h multi_heap: introduce support for realloc() 2024-11-16 14:02:07 -05:00
mutex.h doc: doxygen: move usermode mutex/sem under usermode group 2025-04-18 17:46:50 +02:00
notify.h doc: doxygen: move notify/onoff to os_services 2025-04-18 17:46:50 +02:00
onoff.h doc: doxygen: move notify/onoff to os_services 2025-04-18 17:46:50 +02:00
p4wq.h lib: os: p4wq: add done handler 2025-02-12 16:03:17 +01:00
poweroff.h
printk-hooks.h
printk.h
rb.h sys: util: use BITS_PER_BYTE macro instead of the magic number 8 2024-11-16 15:22:35 -05:00
reboot.h
ring_buffer.h sys: ring_buffer: fix possible ring_buf_put_claim/get_claim wrong size 2025-04-26 11:14:44 -04:00
sem.h doc: doxygen: move usermode mutex/sem under usermode group 2025-04-18 17:46:50 +02:00
sflist.h sys: slist/sflist: remove stray FIXME 2025-06-05 09:34:55 +02:00
slist.h sys: slist/sflist: remove stray FIXME 2025-06-05 09:34:55 +02:00
speculation.h
spsc_lockfree.h sys: Remove static modifier 2025-06-06 08:43:03 +02:00
spsc_pbuf.h
sys_heap.h kernel: sys_heap: decouple realloc from aligned_realloc 2025-04-01 22:13:04 +02:00
sys_io.h
time_units.h include: zephyr: sys: time_units: Make z_clock_hw_cycles_per_sec unsigned 2025-03-28 12:21:07 +01:00
timeutil.h sys: timeutil: Fix warning in timespec_is_valid 2025-06-18 17:49:56 -04:00
util_internal_is_eq.h sys: util: Extend IS_EQ to support unsigned literals 2024-12-13 20:04:33 +01:00
util_internal_util_dec.h
util_internal_util_inc.h
util_internal_util_x2.h
util_internal.h sys: util: Extend IS_EQ to support unsigned literals 2024-12-13 20:04:33 +01:00
util_listify.h
util_loops.h
util_macro.h include: zephyr: sys: Introduce IS_BIT_SET() macro 2025-01-10 14:48:13 +01:00
util.h include: util: fix doxygen comment for utf8_trunc 2025-06-17 16:09:06 +02:00
uuid.h include: zephyr: sys: Fix uuid.h usage in C++ code 2025-05-06 02:36:15 +02:00
winstream.h