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 60 ServiceProcess() : child_(0) {}
72 child_ = ret;
78 if (child_ > 0) {
79 if (kill(child_, SIGTERM)) {
83 if (TEMP_FAILURE_RETRY(waitpid(child_, &status, 0)) != child_) {
86 child_ = 0;
110 pid_t child_; member in class:android::ServiceProcess
  /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::__anon22795::BackgroundReaper
202 // kill |child_|
    [all...]
  /external/libchrome/base/
tracked_objects.cc 824 child_ = NULL;
831 DCHECK(child_ == NULL);
851 DCHECK(parent_->child_ == NULL);
852 parent_->child_ = this;
863 DCHECK(child_ == NULL);
    [all...]
tracked_objects.h 787 TaskStopwatch* child_; member in class:tracked_objects::TaskStopwatch
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 265 assert(child_ == 0);
269 child_ = child;
275 child_ = 0;
282 static pid_t child_; member in class:AlarmHelper
285 pid_t AlarmHelper::child_; member in class:AlarmHelper
290 kill(child_, SIGKILL);
  /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 162 milliseconds