Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_multisink/
H A Dmultisink_threaded_test.cc82 class LogPopReaderThread : public thread::ThreadCore { class
84 LogPopReaderThread(MultiSink& multisink, in LogPopReaderThread() function in pw::multisink::LogPopReaderThread
136 class LogPeekAndCommitReaderThread : public LogPopReaderThread {
140 : LogPopReaderThread(multisink, expected_message_and_drop_count) {} in LogPeekAndCommitReaderThread()
204 LogPopReaderThread reader_thread_core(multisink_, in TEST_F()
252 LogPopReaderThread reader_thread_core1(multisink_, in TEST_F()
256 LogPopReaderThread reader_thread_core2(multisink_, in TEST_F()
293 LogPopReaderThread reader_thread_core1(multisink_, in TEST_F()
297 LogPopReaderThread reader_thread_core2(multisink_, in TEST_F()
347 LogPopReaderThread reader_thread_core2(small_multisink, log_count); in TEST_F()