HomeSort by relevance Sort by last modified time
    Searched refs:child_ (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/process/
kill_posix.cc 157 : child_(child),
170 pid_t r = HANDLE_EINTR(waitpid(child_, NULL, 0));
171 if (r != child_) {
172 DPLOG(ERROR) << "While waiting for " << child_
184 if (IsChildDead(child_))
188 if (kill(child_, SIGKILL) == 0) {
191 if (HANDLE_EINTR(waitpid(child_, NULL, 0)) < 0)
194 DLOG(ERROR) << "While waiting for " << child_ << " to terminate we"
200 const pid_t child_; member in class:base::__anon15185::BackgroundReaper
202 // kill |child_|
    [all...]
  /external/libchrome/base/
tracked_objects.cc     [all...]
tracked_objects.h 796 TaskStopwatch* child_; member in class:tracked_objects::TaskStopwatch
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 250 assert(child_ == 0);
254 child_ = child;
260 child_ = 0;
267 static pid_t child_; member in class:AlarmHelper
270 pid_t AlarmHelper::child_; member in class:AlarmHelper
275 kill(child_, SIGKILL);
  /external/opencv3/modules/features2d/src/
mser.cpp 138 parent_ = child_ = next_ = 0;
151 CompHistory* c = child_;
157 c->updateTree(wp, c == child_ ? &h0_ : 0, c == child_ ? &h1_ : 0, final);
175 for( ; h0->child_ && h0->child_->val >= val - delta; h0 = h0->child_ )
191 c = child_;
205 if( child_ )
207 CompHistory* c = child_;
239 CompHistory* child_; member in struct:cv::MSER_Impl::CompHistory
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 3981 PostorderProcessor* child_; member in class:v8::internal::PostorderProcessor
    [all...]

Completed in 425 milliseconds