Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp18 class Mutex::impl
25 Mutex::Mutex() in Mutex() function in apache::thrift::concurrency::Mutex
27 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()
/Zephyr-latest/tests/kernel/mutex/sys_mutex/
DREADME.txt1 Title: Mutex APIs
34 tc_start() - Test kernel Mutex API
/Zephyr-latest/doc/hardware/peripherals/
Dretained_mem.rst22 Mutex protection
25 Mutex protection of retained memory drivers is enabled by default when
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst49 Mutex objects are *not* designed for use by ISRs.
94 Defining a Mutex
117 Locking a Mutex
140 Unlocking a Mutex
181 User Mode Mutex API Reference
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTServerSocket.h173 concurrency::Mutex rwMutex_; // thread-safe interrupt
DTSSLSocket.h350 static concurrency::Mutex mutex_;
DTSSLSocket.cpp35 Mutex mutex;
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg11 multiple contexts. Mutex is used to guard access to the memory.
16 int "Mutex lock timeout in milliseconds"
/Zephyr-latest/modules/thrift/
DCMakeLists.txt29 src/thrift/concurrency/Mutex.cpp
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v2.rst20 Mutex
/Zephyr-latest/doc/services/retention/
Dindex.rst124 Mutex protection
127 Mutex protection of retention areas is enabled by default when applications are
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig148 bool "Mutex locking"
/Zephyr-latest/doc/services/tracing/
Dindex.rst683 Mutex subsection
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst244 * lib/posix: Added POSIX Mutex support
Drelease-notes-2.2.rst794 * :github:`22697` - nrf52 telnet_shell panic. Mutex using in ISR.
Drelease-notes-3.2.rst2187 * :github:`47942` - Mutex priority inheritance when thread holds multiple mutexes