Home
last modified time | relevance | path

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

/external/pigweed/pw_multisink/
Dmultisink_threaded_test.cc79 class LogPopReaderThread : public thread::ThreadCore { class
81 LogPopReaderThread(MultiSink& multisink, in LogPopReaderThread() function in pw::multisink::LogPopReaderThread
133 class LogPeekAndCommitReaderThread : public LogPopReaderThread {
137 : LogPopReaderThread(multisink, expected_message_and_drop_count) {} in LogPeekAndCommitReaderThread()
201 LogPopReaderThread reader_thread_core(multisink_, in TEST_F()
253 LogPopReaderThread reader_thread_core1(multisink_, in TEST_F()
257 LogPopReaderThread reader_thread_core2(multisink_, in TEST_F()
295 LogPopReaderThread reader_thread_core1(multisink_, in TEST_F()
299 LogPopReaderThread reader_thread_core2(multisink_, in TEST_F()
349 LogPopReaderThread reader_thread_core2(small_multisink, log_count); in TEST_F()