Searched refs:WriterThread (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/sampling_heap_profiler/ |
D | lock_free_address_hash_set_unittest.cc | 117 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/ |
D | stress_test.cc | 94 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/ |
D | snapshot_util.h | 339 Status WriterThread(Env* env, const std::string& shard_directory,
|
D | snapshot_util.cc | 947 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
|
D | snapshot_dataset_op.cc | 1817 [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
|