Home
last modified time | relevance | path

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

/aosp12/system/libfmq/tests/
H A Dfmq_unit_tests.cpp90 static void ReaderThreadBlocking(typename T::MQType* fmq, std::atomic<uint32_t>* fwAddr);
250 void TestBase<T>::ReaderThreadBlocking(typename T::MQType* fmq, std::atomic<uint32_t>* fwAddr) { in ReaderThreadBlocking() function in TestBase
566 std::thread Reader(BlockingReadWrites<TypeParam>::ReaderThreadBlocking, this->mQueue, in TYPED_TEST()