Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_spinlock.c46 static rte_spinlock_t sl, sl_try; variable
182 if (rte_spinlock_trylock(&sl_try) == 0) { in test_spinlock_try()
209 rte_spinlock_init(&sl_try); in test_spinlock()
264 if (rte_spinlock_trylock(&sl_try) == 0) { in test_spinlock()
272 rte_spinlock_unlock(&sl_try); in test_spinlock()