Home
last modified time | relevance | path

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

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