Home
last modified time | relevance | path

Searched refs:SafeQueue (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_queue_test.cpp43 static SafeQueue<int> shareQueue;
60 SafeQueue<int> DemoThreadData::shareQueue;
/commonlibrary/c_utils/base/test/benchmarktest/safe_queue_benchmark_test/
H A Dsafe_queue_benchmark_test.cpp70 static SafeQueue<int> shareQueue;
101 SafeQueue<int> DemoThreadData::shareQueue;
105 BENCHMARK_LOGD("SafeQueue PutHandleThreadDataTime is called i:%{public}d .", i); in PutHandleThreadDataTime()
113 BENCHMARK_LOGD("SafeQueue GetHandleThreadDataTime is called i:%{public}d.", i); in GetHandleThreadDataTime()
121 BENCHMARK_LOGD("SafeQueue EraseHandleThreadDataTime is called i:%{public}d.", i); in EraseHandleThreadDataTime()
129 BENCHMARK_LOGD("SafeQueue EmptyHandleThreadDataTime is called."); in EmptyHandleThreadDataTime()
188 BENCHMARK_LOGD("SafeQueue GetThreadDatePushedStatus pIn:%{public}d upIn:%{public}d.", pushedIn, unpushedIn); in GetThreadDatePushedStatus()
193 BENCHMARK_LOGD("SafeQueue void GetThreadDateGetedStatus is called."); in GetThreadDateGetedStatus()
203 BENCHMARK_LOGD("SafeQueue GetThreadDateGetedStatus gOut:%{public}d uOut:%{public}d.", getedOut, ungetedOut); in GetThreadDateGetedStatus()
217 BENCHMARK_LOGD("SafeQueue GetThreadDateEraseStatu in GetThreadDateEraseStatus()
[all...]
/commonlibrary/c_utils/base/include/
H A Dsafe_queue.h21 * The file contains the thread-safe abstract class, the <b>SafeQueue</b>
108 * to implement the push and pop functionality of <b>SafeQueue</b>.
111 class SafeQueue : public SafeQueueInner<T> { class

Completed in 3 milliseconds