Home
last modified time | relevance | path

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

123

/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectPhilosophersStressTest.kt16 private val forks = Array(n) { Mutex() } in <lambda>() constant
19 val left = forks[id] in <lambda>()
20 val right = forks[(id + 1) % n] in <lambda>()
57 forks.withIndex().forEach { (id, mutex) -> println("$id: $mutex") } in <lambda>()
/external/fonttools/Doc/source/misc/
DmacRes.rst2 macRes: Tools for reading Mac resource forks
5 …his kind of structured data, and so to read them, fontTools needs to have access to resource forks.
7 …tion/mac/pdf/MoreMacintoshToolbox.pdf#page=34>`_ explains the structure of resource and data forks.
/external/python/cpython2/Lib/plat-mac/
Dapplesingle.py68 self.forks = []
80 self.forks.append((restype, data))
/external/llvm-project/llvm/test/DebugInfo/X86/
Dpr40427.ll27 %forks = bitcast i64 *%foo to i32 *
28 %ret = load i32, i32 *%forks, !dbg !6
/external/okhttp/okio/benchmarks/
DREADME.md37 …enchmark, using the default number of measurement and warm-up iterations, forks, and threads; it a…
/external/mesa3d/
DREADME.rst9 Other repositories are likely forks, and code found there is not supported.
/external/python/cpython2/Doc/library/
Dbinhex.rst9 representation of Macintosh files in ASCII. On the Macintosh, both forks of a
/external/perfetto/docs/reference/
Dheap_profile-cli.md39 | --disable-fork-teardown | Do not tear down client in forks. This can be useful for programs that …
/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/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md20 Compared to CGI, there are no forks to make a connection to the unix
/external/google-breakpad/docs/
Dmac_breakpad_starter_guide.md182 forks(), exception handlers are reset to the default for child processes. So
/external/openssh/
DOVERVIEW136 - When the server receives a connection, it forks, disables the
/external/swiftshader/docs/
DReactorDebugInfo.md202 backwards, and forks the current `llvm::DILexicalBlock` for the function. This
/external/ltp/doc/
Dnommu-notes.txt48 --- No forks ---
/external/llvm-project/llvm/docs/Proposals/
DVariableNames.rst255 There are many forks of LLVM with downstream changes. Merging a large-scale
275 Results can be published in forks of the LLVM Git repository.
/external/rust/crates/libz-sys/src/zlib-ng/
DREADME.md72 * Includes improvements from Cloudflare and Intel forks
/external/mesa3d/docs/ci/
Dindex.rst180 (forks inherit images from the main repo, but MRs don't propagate

123