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

  /system/core/libmemunreachable/tests/
Binder_test.cpp 65 ServiceProcess() : child_(0) {}
77 child_ = ret;
83 if (child_ > 0) {
84 if (kill(child_, SIGTERM)) {
88 if (TEMP_FAILURE_RETRY(waitpid(child_, &status, 0)) != child_) {
91 child_ = 0;
116 pid_t child_; member in class:android::ServiceProcess
  /external/libchrome/base/process/
kill_posix.cc 159 : child_(child),
172 pid_t r = HANDLE_EINTR(waitpid(child_, NULL, 0));
173 if (r != child_) {
174 DPLOG(ERROR) << "While waiting for " << child_
186 if (IsChildDead(child_))
190 if (kill(child_, SIGKILL) == 0) {
193 if (HANDLE_EINTR(waitpid(child_, NULL, 0)) < 0)
196 DLOG(ERROR) << "While waiting for " << child_ << " to terminate we"
202 const pid_t child_; member in class:base::__anon24269::BackgroundReaper
204 // kill |child_|
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 194 assert(child_ == 0);
198 child_ = child;
204 child_ = 0;
211 static pid_t child_; member in class:AlarmHelper
214 pid_t AlarmHelper::child_; member in class:AlarmHelper
219 kill(child_, SIGKILL);
  /external/libchrome/base/
tracked_objects.cc     [all...]
tracked_objects.h 865 TaskStopwatch* child_; member in class:tracked_objects::TaskStopwatch
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs 1686 private global::Google.Protobuf.TestProtos.NestedTestAllTypes child_; field in class:Google.Protobuf.TestProtos.NestedTestAllTypes
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 3503 PostorderProcessor* child_; member in class:v8::internal::PostorderProcessor
    [all...]

Completed in 285 milliseconds