commit | 701aab92e21bb7a05145c604025102f002e7e703 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Tue Feb 25 16:02:46 2025 -0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 17 02:21:02 2025 +0100 |
tree | 58e37a6238133ed382a49e9b482ad96ba25eee64 | |
parent | 61ae560e733c73df11d39c03c6cccba15deff003 [diff] |
kernel: Add Z_IS_TIMEOUT_RELATIVE() macro Introduces the Z_IS_TIMEOUT_RELATIVE() macro to help ensure that checking for relative/absolute timeouts is consistent. Using this macro also helps ensure that we get the correct behavior when using 32-bit timeouts (CONFIG_TIMEOUT_64BIT=n). Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>