Home
last modified time | relevance | path

Searched refs:reader_thread (Results 1 – 5 of 5) 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.c299 pthread_t reader_thread, writer_thread, main_thread; variable
4476 pthread_create(&reader_thread, NULL, reader, NULL); in initialise_threads()
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py332 reader_thread = threading.Thread(target=read_process_stdout)
333 reader_thread.start()
357 reader_thread.join()
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer_unittest.cc248 std::thread reader_thread(reader_thread_fn); in TEST() local
255 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()