Home
last modified time | relevance | path

Searched refs:n_threads (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/sys/
Dp4wq.h99 #define K_P4WQ_DEFINE(name, n_threads, stack_sz) \ argument
101 n_threads, stack_sz); \
102 static struct k_thread _p4threads_##name[n_threads]; \
106 .num = n_threads, \
126 #define K_P4WQ_ARRAY_DEFINE(name, n_threads, stack_sz, flg) \ argument
128 n_threads, stack_sz); \
129 static struct k_thread _p4threads_##name[n_threads]; \
130 static struct k_p4wq name[n_threads]; \
133 .num = n_threads, \