Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dmain.c66 extern int stack_ops(uint32_t num_iterations, uint32_t options);
187 stack_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, 0); in test_thread()
189 stack_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER); in test_thread()
Dstack.c60 int stack_ops(uint32_t num_iterations, uint32_t options) in stack_ops() function