Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Drestore.c49 extern pthread_t reader_thread, writer_thread, main_thread;
86 pthread_cancel(reader_thread); in restore_thrd()
87 pthread_join(reader_thread, NULL); in restore_thrd()
Dmksquashfs.c301 pthread_t reader_thread, writer_thread, main_thread; variable
4478 pthread_create(&reader_thread, NULL, reader, NULL); in initialise_threads()
/external/pigweed/pw_multisink/
Dmultisink_threaded_test.cc204 thread::Thread reader_thread(test::MultiSinkTestThreadOptions(), in TEST_F() local
214 reader_thread.join(); in TEST_F()
230 thread::Thread reader_thread(test::MultiSinkTestThreadOptions(), in TEST_F() local
240 reader_thread.join(); in TEST_F()
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py413 reader_thread = threading.Thread(target=read_process_stdout)
414 reader_thread.start()
438 reader_thread.join()
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer_unittest.cc247 std::thread reader_thread(reader_thread_fn); in TEST() local
254 reader_thread.join(); in TEST()
/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc1107 std::thread reader_thread(ReaderThreadFunc, stream.get(), &ev); in TEST_P() local
1110 reader_thread.join(); in TEST_P()