Searched refs:Mutex (Results 1 – 16 of 16) sorted by relevance
18 class Mutex::impl25 Mutex::Mutex() in Mutex() function in apache::thrift::concurrency::Mutex27 impl_ = std::make_shared<Mutex::impl>(); in Mutex()30 void Mutex::lock() const in lock()37 bool Mutex::trylock() const in trylock()42 bool Mutex::timedlock(int64_t milliseconds) const in timedlock()56 void Mutex::unlock() const in unlock()61 void *Mutex::getUnderlyingImpl() const in getUnderlyingImpl()
1 Title: Mutex APIs34 tc_start() - Test kernel Mutex API
22 Mutex protection25 Mutex protection of retained memory drivers is enabled by default when
49 Mutex objects are *not* designed for use by ISRs.94 Defining a Mutex117 Locking a Mutex140 Unlocking a Mutex181 User Mode Mutex API Reference
173 concurrency::Mutex rwMutex_; // thread-safe interrupt
350 static concurrency::Mutex mutex_;
35 Mutex mutex;
11 multiple contexts. Mutex is used to guard access to the memory.16 int "Mutex lock timeout in milliseconds"
29 src/thrift/concurrency/Mutex.cpp
20 Mutex
124 Mutex protection127 Mutex protection of retention areas is enabled by default when applications are
148 bool "Mutex locking"
683 Mutex subsection
244 * lib/posix: Added POSIX Mutex support
794 * :github:`22697` - nrf52 telnet_shell panic. Mutex using in ISR.
2187 * :github:`47942` - Mutex priority inheritance when thread holds multiple mutexes