Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dmain.c53 extern int thread_ops(uint32_t num_iterations, uint32_t start_options,
124 thread_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, 0, 0); in test_thread()
126 thread_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, 0, K_USER); in test_thread()
127 thread_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER, K_USER); in test_thread()
128 thread_ops(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER, 0); in test_thread()
Dthread.c172 int thread_ops(uint32_t num_iterations, uint32_t start_options, uint32_t alt_options) in thread_ops() function