OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fork
(Results
1 - 25
of
289
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/bionic/
fork.c
35
int
fork
(void)
function
39
/* Posix mandates that the timers of a
fork
child process be
52
// Fix the tid in the pthread_internal_t struct after a
fork
.
daemon.c
56
pid =
fork
();
/external/linux-tools-perf/util/
build-id.c
49
struct thread *thread = perf_session__findnew(session, event->
fork
.tid);
51
dump_printf("(%d:%d):(%d:%d)\n", event->
fork
.pid, event->
fork
.tid,
52
event->
fork
.ppid, event->
fork
.ptid);
66
.
fork
= perf_event__process_task,
/system/extras/tests/cpueater/
cpueater.c
34
switch(
fork
()) {
44
/*
fork
again to fully detach from controlling terminal. */
45
switch(pid =
fork
()) {
daemonize.c
84
switch(pid =
fork
()) {
104
switch(pid =
fork
()) {
/external/valgrind/main/none/tests/
fork.c
11
pid =
fork
();
syscall-restart1.c
25
pid =
fork
();
28
perror("
fork
failed");
syscall-restart2.c
25
pid =
fork
();
28
perror("
fork
failed");
threaded-fork.c
25
childpid =
fork
();
33
perror( "FAILED:
fork
failed\n" );
/external/openssh/openbsd-compat/
daemon.c
56
switch (
fork
()) {
/external/valgrind/main/gdbserver_tests/
fork_chain.c
12
pid =
fork
();
14
perror("
fork
");
clean_after_fork.c
9
pid =
fork
();
12
perror("
fork
");
mcclean_after_fork.stdoutB.exp
6
9 pid =
fork
();
/external/valgrind/main/memcheck/tests/
noisy_child.c
29
child =
fork
();
30
assert(child != -1); /* assert
fork
did not fail */
/external/valgrind/main/drd/tests/
threaded-fork.c
0
/*
fork
a process that has created a detached thread. */
28
childpid =
fork
();
36
perror("FAILED:
fork
failed\n");
/external/valgrind/main/none/tests/amd64/
allexec.c
13
pid_t child =
fork
(); \
15
else if (child == -1) perror ("cannot
fork
\n"); \
/external/valgrind/main/none/tests/arm/
allexec.c
13
pid_t child =
fork
(); \
15
else if (child == -1) perror ("cannot
fork
\n"); \
/external/valgrind/main/none/tests/mips32/
allexec.c
13
pid_t child =
fork
(); \
15
else if (child == -1) perror ("cannot
fork
\n"); \
/external/valgrind/main/none/tests/ppc32/
allexec.c
13
pid_t child =
fork
(); \
15
else if (child == -1) perror ("cannot
fork
\n"); \
/external/valgrind/main/none/tests/ppc64/
allexec.c
13
pid_t child =
fork
(); \
15
else if (child == -1) perror ("cannot
fork
\n"); \
/external/valgrind/main/none/tests/s390x/
allexec.c
13
pid_t child =
fork
(); \
15
else if (child == -1) perror ("cannot
fork
\n"); \
/external/valgrind/main/none/tests/x86/
allexec.c
13
pid_t child =
fork
(); \
15
else if (child == -1) perror ("cannot
fork
\n"); \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cn_proc.h
72
}
fork
;
member in union:proc_event::__anon26315
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h
72
}
fork
;
member in union:proc_event::__anon27906
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h
72
}
fork
;
member in union:proc_event::__anon29420
Completed in 1684 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>