Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp32 while (!trylock()) { in lock()
37 bool Mutex::trylock() const in trylock() function in apache::thrift::concurrency::Mutex
47 if (trylock()) { in timedlock()
/Zephyr-latest/include/zephyr/drivers/
Dhwspinlock.h53 hwspinlock_api_trylock trylock; member
81 if (api->trylock == NULL) { in z_impl_hwspinlock_trylock()
85 return api->trylock(dev, id); in z_impl_hwspinlock_trylock()
/Zephyr-latest/drivers/hwspinlock/
Dhwspinlock_handlers.c12 K_OOPS(K_SYSCALL_DRIVER_HWSPINLOCK(dev, trylock)); in z_vrfy_hwspinlock_trylock()
Dsqn_hwspinlock.c127 .trylock = sqn_hwspinlock_trylock,
/Zephyr-latest/tests/kernel/spinlock/src/
Dmain.c58 static void bounce_once(int id, bool trylock) in bounce_once() argument
69 if (trylock) { in bounce_once()