OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_
(Results
1 - 5
of
5
) 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::__anon22596::BackgroundReaper
202
// kill |
child_
|
[
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/libchrome/base/
tracked_objects.h
787
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
3548
PostorderProcessor*
child_
;
member in class:v8::internal::PostorderProcessor
[
all
...]
Completed in 2686 milliseconds