zephyr/lib
Chris Friedt 282b47cf37 posix: cond + mutex: log messages generate warnings for 32-bit timeouts
Previously, log messages would generate warnings (escalated to errors
in CI) when CONFIG_TIMEOUT_64BIT=n.

For example,

```
west build -p auto -b qemu_cortex_m0 -t run tests/posix/timers/ \
  -- -DCONFIG_TIMEOUT_64BIT=n
..
warning: format '%llx' expects argument of type \
  'long long unsigned int', but argument 3 has type 'k_ticks_t' \
  {aka 'unsigned int'}
```

Use portable print specifiers and cast the argument to int64_t.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-06-24 14:18:52 +02:00
..
acpi
cpp
crc
hash lib: hash: murmur3: Account for unaligned 32-bit access 2025-04-29 17:54:51 +02:00
heap kernel: sys_heap: Fix chunk size request validation 2025-06-06 10:12:19 +02:00
libc libc/minimal: Add stub 'sys/lock.h' 2025-05-23 17:41:40 -04:00
mem_blocks
min_heap lib: min_heap: Add min-heap data structure 2025-06-07 13:29:24 +01:00
net_buf
open-amp lib: open-amp: fix OPENAMP_COPY_RSC_TABLE dependancy 2025-04-25 15:55:43 +02:00
os lib: os: cbprintf_complete: add missing break statement 2025-06-18 17:48:03 -04:00
posix posix: cond + mutex: log messages generate warnings for 32-bit timeouts 2025-06-24 14:18:52 +02:00
runtime
smf Lib: SMF: Add return code to signal event propagation 2025-06-17 16:04:04 +02:00
utils lib: hex: remove unnecessary defensive programming 2025-06-11 10:25:14 -07:00
uuid lib: uuid: do not support UUID_v5 on TF-M platforms 2025-05-27 10:29:34 +02:00
CMakeLists.txt lib: min_heap: Add min-heap data structure 2025-06-07 13:29:24 +01:00
Kconfig lib: min_heap: Add min-heap data structure 2025-06-07 13:29:24 +01:00