Home
last modified time | relevance | path

Searched full:concurrency (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp9 #include <thrift/concurrency/Mutex.h>
15 namespace concurrency namespace
65 } // namespace concurrency
/Zephyr-latest/.github/workflows/
Dstale-workflow-queue-cleanup.yml10 concurrency:
Dbackport_issue_check.yml16 concurrency:
Dhello_world_multiplatform.yaml19 concurrency:
Ddoc-build.yml68 concurrency:
194 concurrency:
Dfootprint-tracking.yml19 concurrency:
Dclang.yaml5 concurrency:
Dbsim-tests.yaml31 concurrency:
Dcodecov.yaml7 concurrency:
Dtwister.yaml18 concurrency:
/Zephyr-latest/arch/x86/core/ia32/
Dirq_offload.c38 * Lock interrupts here to prevent any concurrency issues with in arch_irq_offload()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTServerSocket.h12 #include <thrift/concurrency/Mutex.h>
173 concurrency::Mutex rwMutex_; // thread-safe interrupt
DTSSLSocket.h14 #include <thrift/concurrency/Mutex.h>
350 static concurrency::Mutex mutex_;
DTSSLSocket.cpp26 #include <thrift/concurrency/Mutex.h>
31 using namespace apache::thrift::concurrency;
/Zephyr-latest/modules/thrift/
DCMakeLists.txt29 src/thrift/concurrency/Mutex.cpp
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp.c14 * to prevent concurrency. Meaning if log_process is called after
Dlog_backend_adsp_mtrace.c20 * to prevent concurrency. Meaning if log_process is called after
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_internal.h83 * because it exceeds the concurrency limit of the service.
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst164 Concurrency subsection
167 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/modules/thrift/src/thrift/server/
DTServerFramework.cpp38 // using apache::thrift::concurrency::Synchronized;
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c181 * maintain the concurrency level at its own discretion. in ZTEST()
/Zephyr-latest/include/zephyr/xen/public/
Dxen.h280 * reentrant execution: whether for concurrency control, or to
Dgrant_table.h63 * in a concurrency-safe manner. For more information, Linux contains a
/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/
Dmain.c356 * for concurrency problems. in syscall_torture()

12