Home
last modified time | relevance | path

Searched refs:instruction_id_ (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/src/
Dmultiprocessing.cpp73 instruction_id_ = 0; in SetUpSingle()
83 instruction_id_ = i; in SetUpSingle()
84 LOGD("Child process created: " + std::to_string(instruction_id_) + in SetUpSingle()
92 if (is_manager_ || p != instruction_id_) { in SetUpSingle()
99 LOGD("Trying to set the name for instruction: " + std::to_string(instruction_id_) + in SetUpSingle()
101 "; new name: " + thread_params_[instruction_id_].name_); in SetUpSingle()
102 setproctitle(argc_, argv_, (thread_params_[instruction_id_].name_.c_str())); in SetUpSingle()
104 if (thread_params_[instruction_id_].sched_attr_.IsSet()) { in SetUpSingle()
105 thread_params_[instruction_id_].sched_attr_.Set(); in SetUpSingle()
107 if (thread_params_[instruction_id_].sched_affinity_.IsSet()) { in SetUpSingle()
[all …]
/test/dittosuite/include/ditto/
Dmultiprocessing.h43 unsigned int instruction_id_; variable