mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 11:56:59 +00:00
() The thread created to be used for timing measurement does not need to run, so use K_FOREVER instead of K_MSEC(). () Thread cancel is actually using k_thread_abort() so re-word it correctly to indicate it is aborting a non-running thread. () The other k_thread_abort() is used on _current so re-word the item. Relates to #25458 Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
application_development | ||
arch | ||
benchmarks | ||
bluetooth | ||
boards | ||
crypto | ||
deprecated | ||
drivers | ||
kernel | ||
lib | ||
misc/test_build | ||
net | ||
portability | ||
posix | ||
shell | ||
subsys | ||
unit | ||
ztest |