Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dmain.c50 extern void mutex_lock_unlock(uint32_t num_iterations, uint32_t options);
199 mutex_lock_unlock(CONFIG_BENCHMARK_NUM_ITERATIONS, 0); in test_thread()
201 mutex_lock_unlock(CONFIG_BENCHMARK_NUM_ITERATIONS, K_USER); in test_thread()
Dmutex_lock_unlock.c74 int mutex_lock_unlock(uint32_t num_iterations, uint32_t options) in mutex_lock_unlock() function