Commit 63fc3074 authored by Dmitrii Golovanov's avatar Dmitrii Golovanov Committed by Anas Nashif
Browse files

tests: ztress: Extend ZTRESS_EXECUTE() description



Add more details on the number of thread contexts possible
for ZTRESS_EXECUTE().

Signed-off-by: default avatarDmitrii Golovanov <dmitrii.golovanov@intel.com>
parent 9061c4ae
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -169,8 +169,9 @@ struct ztress_context_data {
 * @param ... List of contexts. Contexts are configured using @ref ZTRESS_TIMER
 * and @ref ZTRESS_THREAD macros. @ref ZTRESS_TIMER must be the first argument if
 * used. Each thread context has an assigned priority. The priority is assigned in
 * a descending order (first listed thread context has the highest priority). The
 * number of supported thread contexts is configurable in Kconfig.
 * a descending order (first listed thread context has the highest priority).
 * The maximum number of supported thread contexts, including the timer context,
 * is configurable in Kconfig (ZTRESS_MAX_THREADS).
 */
#define ZTRESS_EXECUTE(...) do {							\
	Z_ZTRESS_TIMER_CONTEXT_VALIDATE(__VA_ARGS__);					\