zephyr/tests
Andy Ross 4c7b77a716 kernel/timeout: Add absolute timeout APIs
Add support for "absolute" timeouts, which are expressed relative to
system uptime instead of deltas from current time.  These allow for
more race-resistant code to be written by allowing application code to
do a single timeout computation, once, and then reuse the timeout
value even if the thread wakes up and needs to suspend again later.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-03-31 19:40:47 -04:00
..
application_development
arch
benchmarks timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
bluetooth
boards timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
crypto
drivers timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
kernel kernel/timeout: Add absolute timeout APIs 2020-03-31 19:40:47 -04:00
lib
misc/test_build timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
net
portability
posix
shell
subsys timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
unit
ztest