Searched refs:n_threads (Results 1 – 1 of 1) sorted by relevance
99 #define K_P4WQ_DEFINE(name, n_threads, stack_sz) \ argument101 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) \ argument128 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, \