OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_exited
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
fsck.c
253
int status = 0,
child_exited
;
local
262
child_exited
= 0;
270
child_exited
= 1;
276
if (
child_exited
) {
/external/dbus/dbus/
dbus-spawn.c
182
CHILD_EXITED
, /* This message is followed by the exit status int */
381
case
CHILD_EXITED
:
403
if (what ==
CHILD_EXITED
)
924
int msg =
CHILD_EXITED
;
[
all
...]
Completed in 201 milliseconds