Home
last modified time | relevance | path

Searched refs:worker_id_ (Results 1 – 9 of 9) sorted by relevance

/third_party/node/src/inspector/
Dworker_inspector.cc45 explicit WorkerFinishedRequest(uint64_t worker_id) : worker_id_(worker_id) {} in WorkerFinishedRequest()
48 thread->inspector_agent()->GetWorkerManager()->WorkerFinished(worker_id_); in Call()
52 uint64_t worker_id_; member in node::inspector::__anoncc11eef80111::WorkerFinishedRequest
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddataset_iterator.cc167 …: current_op_(current_op), child_idx_(child_idx), worker_id_(worker_id), end_epoch_(false), eof_ha… in ChildIterator()
185 RETURN_IF_NOT_OK(current_op_->child(child_idx_)->GetNextRow(out_row, worker_id_)); in FetchNextTensorRow()
222 RETURN_IF_NOT_OK(current_op_->child(child_idx_)->GetNextRow(&row, worker_id_)); in Drain()
Ddataset_iterator.h122 int32_t worker_id_; // The worker id uses for fetching the child data. variable
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dblocking_queue.h36 int32_t worker_id_; member
Dblocking_queue.cc77 host_release_(item.data_ptr_, item.worker_id_); in Front()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dcsv_op.h129 int32_t worker_id_; member
Dcsv_op.cc57 : worker_id_(worker_id), in CsvParser()
176 Status s = rows_connector_->Add(worker_id_, std::move(cur_row_)); in PutRow()
/third_party/cef/libcef/renderer/
Dv8_impl.cc92 worker_id_(0) { in CefV8IsolateManager()
160 worker_id_ = worker_id; in SetWorkerAttributes()
169 int worker_id() const { return worker_id_; } in worker_id()
188 int worker_id_; member in __anon8cafeccc0111::CefV8IsolateManager
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddevice_queue_op.cc550 data_item.worker_id_ = worker_id; in WorkerEntry()