Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mcslock.c40 rte_mcslock_t *p_ml_try; variable
154 if (rte_mcslock_trylock(&p_ml_try, &ml_try_me) == 0) { in test_mcslock_try()
215 if (rte_mcslock_trylock(&p_ml_try, &ml_try_me) == 0) in test_mcslock()
223 rte_mcslock_unlock(&p_ml_try, &ml_try_me); in test_mcslock()