Searched refs:wait (Results 1 - 25 of 39) sorted by relevance

12

/system/extras/tests/bionic/libc/other/
H A Dtest_system.c3 #include <sys/wait.h>
/system/extras/tests/bionic/libc/common/
H A Dtest_executable_destructor.c32 #include <sys/wait.h>
77 /* Fork the current process, then wait for the child to exit
90 /* in the parent, wait for the child to terminate */
91 if (wait(&status) < 0) {
92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno));
H A Dtest_clone.c38 #include <sys/wait.h>
/system/extras/tests/bionic/libc/bionic/
H A Dtest_cond.c37 static pthread_cond_t wait = PTHREAD_COND_INITIALIZER; variable
44 pthread_cond_wait(&wait, &lock);
58 pthread_cond_signal(&wait);
/system/netd/
H A Doem_iptables_hook.cpp20 #include <sys/wait.h>
H A Dmain.cpp24 #include <sys/wait.h>
145 pid_t pid = wait(NULL);
H A Dlogwrapper.c19 #include <sys/wait.h>
73 if (wait(&status) != -1) { // Wait for child
87 ALOG(LOG_INFO, "logwrapper", "%s wait() failed: %s (%d)", tag,
H A DPppController.cpp25 #include <sys/wait.h>
H A DThrottleController.cpp25 #include <sys/wait.h>
H A DSecondaryTableController.cpp25 #include <sys/wait.h>
/system/core/toolbox/
H A Dalarm.c23 int wait = 0; local
51 wait = 1;
150 if(wait) {
152 printf("wait for alarm %x\n", waitalarmmask);
155 fprintf(stderr, "alarm wait failed\n");
/system/core/logwrapper/
H A Dlogwrapper.c19 #include <sys/wait.h>
45 " fault address is set to the status of wait()\n");
95 if (wait(&status) != -1) { // Wait for child
106 ALOG(LOG_INFO, "logwrapper", "%s wait() failed: %s (%d)", tag,
/system/vold/
H A Dlogwrapper.c19 #include <sys/wait.h>
74 if (wait(&status) != -1) { // Wait for child
88 ALOG(LOG_INFO, "logwrapper", "%s wait() failed: %s (%d)", tag,
/system/core/debuggerd/
H A Dcrasher.c13 #include <sys/wait.h>
H A Dutility.c27 #include <sys/wait.h>
/system/extras/ext4_utils/
H A Dsetup_fs.c6 #include <sys/wait.h>
/system/extras/tests/cpueater/
H A Ddaemonize.c25 #include <sys/wait.h>
/system/core/init/
H A Dsignal_handler.c24 #include <sys/wait.h>
H A Dbuiltins.c32 #include <sys/wait.h>
370 int wait = 0; local
381 if (!strcmp(args[n], "wait"))
382 wait = 1;
401 if (wait)
449 if (wait)
477 * process if anything goes wrong (crash or memory leak), and wait for
H A Dkeywords.h89 KEYWORD(wait, COMMAND, 1, do_wait)
/system/core/libctest/
H A Dctest.c21 #include <sys/wait.h>
/system/core/libcutils/
H A Dprivate.h101 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp46 #include <sys/wait.h>
204 rv = wait(&stat);
207 cerr << "wait failed, rv: " << rv << " errno: "
/system/core/adb/
H A Dframebuffer_service.c24 #include <sys/wait.h>
/system/extras/tests/sdcard/
H A Dtestcase.cpp32 #include <sys/wait.h>

Completed in 5646 milliseconds

12