OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fork
(Results
1 - 25
of
499
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dbus/doc/
busconfig.dtd
3
fork
|
21
<!ELEMENT
fork
EMPTY>
/external/freetype/include/freetype/internal/
ftrfork.h
58
/* Guess a file name and offset where the actual resource
fork
is */
69
/* A file stream containing the resource
fork
. */
72
/* The (base) file name of the resource
fork
used for some */
83
/* offset of the possible start of the resource
fork
in file */
106
/* Get the information from the header of resource
fork
. The */
116
/* A file stream containing the resource
fork
. */
119
/* The file offset where the resource
fork
starts. */
145
/* Get the data offsets for a tag in a resource
fork
. Offsets are */
147
/*
fork
have the same tag. */
154
/* A file stream containing the resource
fork
. *
[
all
...]
/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
()) {
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
Zygote.java
21
* be partially initialized and then
fork
()'d from the partially initialized
59
native public static int
fork
();
method in class:Zygote
67
*
fork
()ing and and before spawning any threads.
69
*
fork
()ing and and before spawning any threads.
71
* setgroups() to after
fork
and before spawning any threads.
102
*
fork
()ing and and before spawning any threads.
104
*
fork
()ing and and before spawning any threads.
106
* setgroups() to after
fork
and before spawning any threads.
/external/kernel-headers/original/asm-generic/
mman.h
35
#define MADV_DONTFORK 10 /* don't inherit across
fork
*/
36
#define MADV_DOFORK 11 /* do inherit across
fork
*/
/external/e2fsprogs/lib/
fpopen.c
95
/*
Fork
and execute the correct program. */
96
if ((pid =
fork
()) < 0) {
97
perror("
fork
");