Searched refs:lifo_timeout (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/kernel/lifo/lifo_usage/src/ |
D | main.c | 43 static struct k_lifo lifo_timeout[2]; variable 46 {0, &lifo_timeout[0], 200, 2, 0}, 47 {0, &lifo_timeout[0], 400, 4, 1}, 48 {0, &lifo_timeout[0], 0, 0, 2}, 49 {0, &lifo_timeout[0], 100, 1, 3}, 50 {0, &lifo_timeout[0], 300, 3, 4}, 54 {0, &lifo_timeout[1], 0, 0, 0}, 55 {0, &lifo_timeout[0], 300, 3, 1}, 56 {0, &lifo_timeout[0], 500, 5, 2}, 57 {0, &lifo_timeout[1], 800, 8, 3}, [all …]
|