HomeSort by relevance Sort by last modified time
    Searched refs:FORKEXECWAIT (Results 1 - 9 of 9) sorted by null

  /external/valgrind/none/tests/amd64/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/arm/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/arm64/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/mips32/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/mips64/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/ppc32/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/ppc64/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/s390x/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));
  /external/valgrind/none/tests/x86/
allexec.c 11 #define FORKEXECWAIT(exec_call) do { \
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
29 FORKEXECWAIT (execve(exec, argv, environ));

Completed in 127 milliseconds