Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/cmake/sca/polyspace/
Dzephyr.psopts3 -enable-concurrency-detection
/Zephyr-latest/tests/kernel/pipe/pipe_api/
DCMakeLists.txt11 ${CMAKE_CURRENT_SOURCE_DIR}/src/concurrency.c
/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp15 namespace concurrency namespace
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTServerSocket.h173 concurrency::Mutex rwMutex_; // thread-safe interrupt
DTSSLSocket.h350 static concurrency::Mutex mutex_;
DTSSLSocket.cpp31 using namespace apache::thrift::concurrency;
/Zephyr-latest/modules/thrift/
DCMakeLists.txt29 src/thrift/concurrency/Mutex.cpp
/Zephyr-latest/doc/develop/languages/rust/
Dindex.rst6 Rust is a modern systems programming language designed to provide memory safety, concurrency, and
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst167 The ring buffer APIs do not provide any concurrency control.
173 For the trivial case of one producer and one consumer, concurrency
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst134 Shared memory and concurrency
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst1300 * The MCUmgr UDP transport has been refactored to resolve some concurrency
Drelease-notes-2.4.rst925 * :github:`28465` - Building OpenThread NCP: build system has concurrency issue
Drelease-notes-2.7.rst1946 * :github:`17021` - revise concurrency control in kernel/userspace.c
Drelease-notes-3.2.rst1504 * Provided a simple linear and limited concurrency executor, simple task queuing,
Drelease-notes-1.14.rst572 * sys_mem_pool() now uses a sys_mutex() for concurrency control.