Home
last modified time | relevance | path

Searched refs:child_info (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dd8-posix.cc390 siginfo_t child_info; in WaitForChild() local
391 child_info.si_pid = 0; in WaitForChild()
394 while (child_info.si_pid == 0) { in WaitForChild()
395 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
405 if (child_info.si_code == CLD_KILLED) { in WaitForChild()
410 child_info.si_status); in WaitForChild()
414 if (child_info.si_code == CLD_EXITED && child_info.si_status != 0) { in WaitForChild()
419 child_info.si_status); in WaitForChild()
/external/bluetooth/glib/gio/
Dgcontenttype.c1557 GFileInfo *child_info; in matchlet_match() local
1567 child_info = g_file_enumerator_next_file (child_enum, NULL, NULL); in matchlet_match()
1568 if (child_info) in matchlet_match()
1569 g_object_unref (child_info); in matchlet_match()