Home
last modified time | relevance | path

Searched refs:WriterThread (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set_unittest.cc117 class WriterThread : public SimpleThread { class
119 WriterThread(LockFreeAddressHashSet* set, subtle::Atomic32* cancel) in WriterThread() function in base::__anon93fe079f0111::WriterThread
149 auto thread = std::make_unique<WriterThread>(&set, &cancel); in TEST_F()
/external/perfetto/test/stress_test/
Dstress_test.cc94 struct WriterThread { struct
104 std::map<uint32_t, WriterThread> threads;
327 t_it = ctx->threads.emplace(seq_id, ParsedTraceStats::WriterThread()).first; in ParseTracePacket()
329 ParsedTraceStats::WriterThread& thd = t_it->second; in ParseTracePacket()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.h339 Status WriterThread(Env* env, const std::string& shard_directory,
Dsnapshot_util.cc947 done(WriterThread(env, shard_directory, checkpoint_id, compression, in AsyncWriter()
975 Status AsyncWriter::WriterThread(Env* env, const std::string& shard_directory, in WriterThread() function in tensorflow::data::snapshot_util::AsyncWriter
Dsnapshot_dataset_op.cc1817 [this, env = ctx->env()]() { WriterThread(env); }); in GetNextInternal()
2197 void WriterThread(Env* env) { in WriterThread() function in tensorflow::data::experimental::__anon94f7b5240311::SnapshotDatasetOp::Dataset::Iterator::SnapshotWriterIterator