Home
last modified time | relevance | path

Searched refs:forks (Results 1 – 25 of 41) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/fork/
Dfork08.c58 int status, count, forks, pid1; in main() local
85 forks = 0; in main()
88 ++forks; in main()
92 tst_resm(TINFO, "parent forksval: %d", forks); in main()
94 if ((pid1 != (-1)) && (forks < 2)) in main()
103 if (forks == 1) { in main()
114 else if (forks == 2) { in main()
120 "number %d", forks); in main()
128 "no %d", forks); in main()
132 tst_resm(TINFO, "forksnumber: %d", forks); in main()
[all …]
Dfork07.c73 int status, forks, pid1; in main() local
114 for (forks = 0; forks < Nforks; forks++) { in main()
156 --forks; in main()
158 if (forks == 0) { in main()
168 } else if (forks > 0) in main()
171 forks); in main()
176 abs(forks)); in main()
Dfork12.c58 int forks, pid1, fork_errno, waitstatus; in main() local
70 forks = 0; in main()
76 forks++; in main()
90 tst_resm(TINFO, "Number of processes forked is %d", forks); in main()
/external/ltp/tools/genload/
Dstress.c83 int hogcpu(long long forks);
84 int hogio(long long forks);
85 int hogvm(long long forks, long long chunks, long long bytes);
86 int hoghdd(long long forks, int clean, long long files, long long bytes);
465 int hogcpu(long long forks) in hogcpu() argument
475 long backoff = global_backoff * forks; in hogcpu()
479 for (i = 0; forks == 0 || i < forks; i++) { in hogcpu()
542 int hogio(long long forks) in hogio() argument
551 long backoff = global_backoff * forks; in hogio()
555 for (i = 0; forks == 0 || i < forks; i++) { in hogio()
[all …]
Dgenload.c83 int hogcpu(long long forks);
84 int hogio(long long forks);
85 int hogvm(long long forks, long long chunks, long long bytes);
86 int hoghdd(long long forks, int clean, long long files, long long bytes);
465 int hogcpu(long long forks) in hogcpu() argument
475 long backoff = global_backoff * forks; in hogcpu()
479 for (i = 0; forks == 0 || i < forks; i++) { in hogcpu()
542 int hogio(long long forks) in hogio() argument
551 long backoff = global_backoff * forks; in hogio()
555 for (i = 0; forks == 0 || i < forks; i++) { in hogio()
[all …]
DREADME23 an arbitrary value. The following forks 13 processes, each of which spins
30 The following forks 1024 processes, and only reports error messages if any.
35 The following forks 4 processes, each of which spins in a tight loop calling
/external/python/cpython2/Lib/plat-mac/
Dapplesingle.py68 self.forks = []
80 self.forks.append((restype, data))
/external/okhttp/okio/benchmarks/
DREADME.md37 …enchmark, using the default number of measurement and warm-up iterations, forks, and threads; it a…
/external/python/cpython2/Doc/library/
Dbinhex.rst9 representation of Macintosh files in ASCII. On the Macintosh, both forks of a
/external/freetype/src/tools/ftrandom/
DREADME10 . forks off a new tester,
/external/python/setuptools/docs/
Ddeveloper-guide.txt80 branches or multiple forks to maintain separate efforts.
/external/freetype/builds/mac/
DREADME126 3-1-2. Add resource forks to related files
223 in resource forks which cannot be accessed via ANSI C
/external/syzkaller/docs/
Dcontributing.md65 …m/google/syzkaller/pulls), press `New pull request`, then `compare across forks` and choose `googl…
/external/ltp/doc/
Dnommu-notes.txt48 --- No forks ---
Dtest-writing-guidelines.txt653 Be wary that if the test forks and there were messages printed by the
664 if your testcase forks.
/external/openssh/
DOVERVIEW142 - When the server receives a connection, it forks, disables the
Dsshd.017 boot from /etc/rc. It forks a new daemon for each incoming connection.
/external/perfetto/docs/
Dheapprofd.md81 On Android, Java apps are usually not started, but the zygote forks and then
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md51 …his feature to be as robust as possible to state duplication from process forks and VM copies: for…
/external/python/cpython2/Doc/distutils/
Dsetupscript.rst491 forks.dat
/external/python/cpython3/Doc/distutils/
Dsetupscript.rst496 forks.dat
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DGitHubMove.rst74 * Maintain remote forks and branches on Git hosting services and
/external/python/cpython2/Doc/c-api/
Dinit.rst473 process forks only the thread that issued the fork will exist. That also
/external/strace/
DNEWS814 * Fixed tracing forks on SPARC.
/external/python/cpython3/Doc/c-api/
Dinit.rst766 process forks only the thread that issued the fork will exist. That also

12