Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_spinlock.c47 static rte_spinlock_t sl, sl_try; variable
183 if (rte_spinlock_trylock(&sl_try) == 0) { in test_spinlock_try()
210 rte_spinlock_init(&sl_try); in test_spinlock()
265 if (rte_spinlock_trylock(&sl_try) == 0) { in test_spinlock()
273 rte_spinlock_unlock(&sl_try); in test_spinlock()