Home
last modified time | relevance | path

Searched refs:PushNoWait (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dsafe_block_queue.h105 virtual bool PushNoWait(T const& elem) in PushNoWait() function in OHOS::SafeBlockQueue
215 virtual bool PushNoWait(T const& elem) in PushNoWait() function in OHOS::SafeBlockQueueTracking
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp624 * @tc.desc: Single-threaded call PushNoWait and check the performance
632 bool result = qi.PushNoWait(i); in BENCHMARK_F()
633 AssertTrue(result, "PushNoWait returned false, expected true.", state); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_test.cpp640 * @tc.desc: test PushNoWait and PopNoWait
647 DemoThreadData::shareQueue.PushNoWait(testElem); in HWTEST_F()
H A Dutils_safe_block_queue_tracking.cpp701 * @tc.desc: test PushNoWait and PopNoWait
708 DemoThreadData::shareQueue.PushNoWait(testElem); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp650 * @tc.desc: Single-threaded call PushNoWait of SafeBlockQueueTracking and check the performance
659 bool result = qi.PushNoWait(i); in BENCHMARK_F()
660 AssertTrue(result, "PushNoWait returned false, expected true.", state); in BENCHMARK_F()

Completed in 5 milliseconds