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.c300 pthread_t reader_thread, writer_thread, main_thread; variable
4477 pthread_create(&reader_thread, NULL, reader, NULL); in initialise_threads()
/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/adhd/cras/client/libcras/src/
Dcras_shm.rs1271 let reader_thread = { in cras_server_sync_state_read() localVariable
1276 let reader_thread = thread::spawn(move || { in cras_server_sync_state_read() localVariable
1288 reader_thread in cras_server_sync_state_read()
1305 let read_value = reader_thread.join().unwrap(); in cras_server_sync_state_read()
/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()