Home
last modified time | relevance | path

Searched refs:pushCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.cpp98 unsigned int pushCount = 0; in PopHeadToAnotherQueue() local
108 return pushCount; in PopHeadToAnotherQueue()
111 if (++pushCount == elementNum) { in PopHeadToAnotherQueue()
116 return pushCount; in PopHeadToAnotherQueue()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp181 const int pushCount = 3; in BENCHMARK_F() local
186 for (int i = 0; i < pushCount; i++) { in BENCHMARK_F()
645 const int pushCount = 10; in BENCHMARK_F() local
648 for (int i = 0; i < pushCount; i++) { in BENCHMARK_F()