Searched full:concurrency (Results 1 – 25 of 35) sorted by relevance
12
9 #include <thrift/concurrency/Mutex.h>15 namespace concurrency namespace65 } // namespace concurrency
10 concurrency:
16 concurrency:
19 concurrency:
68 concurrency:194 concurrency:
5 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.
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
63 * in a concurrency-safe manner. For more information, Linux contains a
356 * for concurrency problems. in syscall_torture()