Home
last modified time | relevance | path

Searched defs:reader_thread (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/logging/logd/
H A DSimpleLogBuffer.cpp40 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Init() local
203 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Clear() local
244 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Prune() local
H A DSerializedLogBuffer.cpp109 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Init() local
189 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Prune() local
234 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in UidClear() local
/aosp_15_r20/external/pigweed/pw_multisink/
H A Dmultisink_threaded_test.cc206 Thread reader_thread(test::MultiSinkTestThreadOptions(), reader_thread_core); in TEST_F() local
230 Thread reader_thread(test::MultiSinkTestThreadOptions(), reader_thread_core); in TEST_F() local
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dshared_ring_buffer_unittest.cc247 std::thread reader_thread(reader_thread_fn); in TEST() local
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp1350 pthread_t reader_thread; in TEST() local
1372 pthread_t reader_thread; in TEST() local
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dend2end_test.cc1366 std::thread reader_thread(ReaderThreadFunc, stream.get(), &ev); in TEST_P() local
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c301 pthread_t reader_thread, writer_thread, main_thread; variable