Home
last modified time | relevance | path

Searched defs:trylock (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/modules/thrift/src/thrift/concurrency/
DMutex.cpp37 bool Mutex::trylock() const in trylock() function in apache::thrift::concurrency::Mutex
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dhwspinlock.h53 hwspinlock_api_trylock trylock; member
/Zephyr-Core-3.5.0/tests/kernel/spinlock/src/
Dmain.c58 static void bounce_once(int id, bool trylock) in bounce_once()