Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Drestore.c49 extern pthread_t reader_thread, writer_thread, main_thread;
141 pthread_cancel(writer_thread); in restore_thrd()
142 pthread_join(writer_thread, NULL); in restore_thrd()
Dmksquashfs.c299 pthread_t reader_thread, writer_thread, main_thread; variable
4477 pthread_create(&writer_thread, NULL, writer, NULL); in initialise_threads()
/external/perfetto/src/tracing/core/
Dtracing_service_impl_unittest.cc2469 std::thread writer_thread([&] { in TEST_F() local
2482 writer_thread.join(); in TEST_F()