Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/common/src/
Dtimeout_order.c11 #define NUM_TIMEOUTS 3 macro
13 static struct k_timer timer[NUM_TIMEOUTS];
14 static struct k_sem sem[NUM_TIMEOUTS];
16 static int results[NUM_TIMEOUTS], cur;
35 static K_THREAD_STACK_ARRAY_DEFINE(stacks, NUM_TIMEOUTS, STACKSIZE);
36 static struct k_thread threads[NUM_TIMEOUTS];
55 for (ii = 0; ii < NUM_TIMEOUTS; ii++) { in ZTEST()
72 for (ii = 0; ii < NUM_TIMEOUTS; ii++) { in ZTEST()
80 for (ii = 0; ii < NUM_TIMEOUTS; ii++) { in ZTEST()
85 for (ii = 0; ii < NUM_TIMEOUTS; ii++) { in ZTEST()