Searched full:concurrency (Results 1 – 25 of 37) sorted by relevance
12
9 #include <thrift/concurrency/Mutex.h>15 namespace concurrency namespace65 } // namespace concurrency
3 -enable-concurrency-detection
11 ${CMAKE_CURRENT_SOURCE_DIR}/src/concurrency.c
10 concurrency:
16 concurrency:
19 concurrency:
30 concurrency:154 concurrency:
31 concurrency:
7 concurrency:
18 concurrency:
38 * Lock interrupts here to prevent any concurrency issues with in arch_irq_offload()
12 #include <thrift/concurrency/Mutex.h>173 concurrency::Mutex rwMutex_; // thread-safe interrupt
14 #include <thrift/concurrency/Mutex.h>350 static concurrency::Mutex mutex_;
26 #include <thrift/concurrency/Mutex.h>31 using namespace apache::thrift::concurrency;
29 src/thrift/concurrency/Mutex.cpp
14 * to prevent concurrency. Meaning if log_process is called after
20 * to prevent concurrency. Meaning if log_process is called after
83 * because it exceeds the concurrency limit of the service.
6 Rust is a modern systems programming language designed to provide memory safety, concurrency, and
164 Concurrency subsection167 The ring buffer APIs do not provide any concurrency control.173 For the trivial case of one producer and one consumer, concurrency
134 Shared memory and concurrency
38 // using apache::thrift::concurrency::Synchronized;
181 * maintain the concurrency level at its own discretion. in ZTEST()
280 * reentrant execution: whether for concurrency control, or to