Lines Matching refs:to_string

69       LOGD("Created pipe for: " + std::to_string(i));  in SetUpSingle()
84 LOGD("Child process created: " + std::to_string(instruction_id_) + in SetUpSingle()
85 " pid: " + std::to_string(getpid())); in SetUpSingle()
99 LOGD("Trying to set the name for instruction: " + std::to_string(instruction_id_) + in SetUpSingle()
100 "; process: " + std::to_string(getpid()) + in SetUpSingle()
111 LOGD("Process initializing instruction: " + std::to_string(instruction_id_) + in SetUpSingle()
112 " pid: " + std::to_string(getpid())); in SetUpSingle()
114 LOGD("Process initializing done, unlocking: " + std::to_string(instruction_id_) + in SetUpSingle()
115 " pid: " + std::to_string(getpid())); in SetUpSingle()
124 LOGD("Waiting for the barrier... " + std::to_string(getpid())); in RunSingle()
126 LOGD("Barrier passed! Executing: " + std::to_string(getpid())); in RunSingle()
128 LOGD("Waiting for all the processes to finish... " + std::to_string(getpid())); in RunSingle()
130 LOGD("All the processes finished... " + std::to_string(getpid())); in RunSingle()
148 LOGD("Collecting results... " + std::to_string(getpid())); in CollectResults()
153 LOGD("Parent reading... " + std::to_string(getpid())); in CollectResults()
155 LOGD("Parent reading from pipe: " + std::to_string(i)); in CollectResults()
174 LOGD("Parent received: " + std::to_string(chars_read) + " bytes: \"" + in CollectResults()
181 LOGD("Child writing... " + std::to_string(getpid())); in CollectResults()
202 LOGD("Child closing pipe: " + std::to_string(getpid())); in CollectResults()
208 LOGD("Child stopping: " + std::to_string(getpid())); in CollectResults()
214 LOGD("Parent finished: " + std::to_string(getpid())); in CollectResults()