OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FORKEXECWAIT
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/none/tests/amd64/
allexec.c
11
#define
FORKEXECWAIT
(exec_call) do { \
22
FORKEXECWAIT
(execlp(exec, exec, NULL));
23
FORKEXECWAIT
(execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
24
FORKEXECWAIT
(execve(exec, NULL, environ));
/external/valgrind/main/none/tests/arm/
allexec.c
11
#define
FORKEXECWAIT
(exec_call) do { \
22
FORKEXECWAIT
(execlp(exec, exec, NULL));
23
FORKEXECWAIT
(execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
24
FORKEXECWAIT
(execve(exec, NULL, environ));
/external/valgrind/main/none/tests/mips32/
allexec.c
11
#define
FORKEXECWAIT
(exec_call) do { \
22
FORKEXECWAIT
(execlp(exec, exec, NULL));
23
FORKEXECWAIT
(execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
24
FORKEXECWAIT
(execve(exec, NULL, environ));
/external/valgrind/main/none/tests/ppc32/
allexec.c
11
#define
FORKEXECWAIT
(exec_call) do { \
22
FORKEXECWAIT
(execlp(exec, exec, NULL));
23
FORKEXECWAIT
(execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
24
FORKEXECWAIT
(execve(exec, NULL, environ));
/external/valgrind/main/none/tests/ppc64/
allexec.c
11
#define
FORKEXECWAIT
(exec_call) do { \
22
FORKEXECWAIT
(execlp(exec, exec, NULL));
23
FORKEXECWAIT
(execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
24
FORKEXECWAIT
(execve(exec, NULL, environ));
/external/valgrind/main/none/tests/s390x/
allexec.c
11
#define
FORKEXECWAIT
(exec_call) do { \
22
FORKEXECWAIT
(execlp(exec, exec, NULL));
23
FORKEXECWAIT
(execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
24
FORKEXECWAIT
(execve(exec, NULL, environ));
/external/valgrind/main/none/tests/x86/
allexec.c
11
#define
FORKEXECWAIT
(exec_call) do { \
22
FORKEXECWAIT
(execlp(exec, exec, NULL));
23
FORKEXECWAIT
(execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
24
FORKEXECWAIT
(execve(exec, NULL, environ));
Completed in 75 milliseconds