Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/drivers/
Dhwspinlock.h53 hwspinlock_api_trylock trylock; member
81 if (api->trylock == NULL) in z_impl_hwspinlock_trylock()
84 return api->trylock(dev, id); in z_impl_hwspinlock_trylock()
/Zephyr-Core-3.5.0/drivers/hwspinlock/
Dhwspinlock_handlers.c12 Z_OOPS(Z_SYSCALL_DRIVER_HWSPINLOCK(dev, trylock)); in z_vrfy_hwspinlock_trylock()
Dsqn_hwspinlock.c124 .trylock = sqn_hwspinlock_trylock,
/Zephyr-Core-3.5.0/tests/kernel/spinlock/src/
Dmain.c58 static void bounce_once(int id, bool trylock) in bounce_once() argument
69 if (trylock) { in bounce_once()