Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dmain.c67 extern int stack_blocking_ops(uint32_t num_iterations, uint32_t start_options,
192 stack_blocking_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, 0, 0); in test_thread()
194 stack_blocking_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, 0, K_USER); in test_thread()
195 stack_blocking_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER, 0); in test_thread()
196 stack_blocking_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER, K_USER); in test_thread()
Dstack.c165 int stack_blocking_ops(uint32_t num_iterations, uint32_t start_options, in stack_blocking_ops() function