/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork08.c | 58 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 …]
|
D | fork07.c | 73 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()
|
D | fork12.c | 58 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/ |
D | stress.c | 83 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 …]
|
D | genload.c | 83 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 …]
|
D | README | 23 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/ |
D | SelectPhilosophersStressTest.kt | 16 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/ |
D | macRes.rst | 2 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/ |
D | applesingle.py | 68 self.forks = [] 80 self.forks.append((restype, data))
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | pr40427.ll | 27 %forks = bitcast i64 *%foo to i32 * 28 %ret = load i32, i32 *%forks, !dbg !6
|
/external/okhttp/okio/benchmarks/ |
D | README.md | 37 …enchmark, using the default number of measurement and warm-up iterations, forks, and threads; it a…
|
/external/mesa3d/ |
D | README.rst | 9 Other repositories are likely forks, and code found there is not supported.
|
/external/python/cpython2/Doc/library/ |
D | binhex.rst | 9 representation of Macintosh files in ASCII. On the Macintosh, both forks of a
|
/external/perfetto/docs/reference/ |
D | heap_profile-cli.md | 39 | --disable-fork-teardown | Do not tear down client in forks. This can be useful for programs that …
|
/external/freetype/src/tools/ftrandom/ |
D | README | 10 . forks off a new tester,
|
/external/python/setuptools/docs/ |
D | developer-guide.txt | 80 branches or multiple forks to maintain separate efforts.
|
/external/freetype/builds/mac/ |
D | README | 126 3-1-2. Add resource forks to related files 223 in resource forks which cannot be accessed via ANSI C
|
/external/libwebsockets/READMEs/ |
D | README.unix-domain-reverse-proxy.md | 20 Compared to CGI, there are no forks to make a connection to the unix
|
/external/google-breakpad/docs/ |
D | mac_breakpad_starter_guide.md | 182 forks(), exception handlers are reset to the default for child processes. So
|
/external/openssh/ |
D | OVERVIEW | 136 - When the server receives a connection, it forks, disables the
|
/external/swiftshader/docs/ |
D | ReactorDebugInfo.md | 202 backwards, and forks the current `llvm::DILexicalBlock` for the function. This
|
/external/ltp/doc/ |
D | nommu-notes.txt | 48 --- No forks ---
|
/external/llvm-project/llvm/docs/Proposals/ |
D | VariableNames.rst | 255 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/ |
D | README.md | 72 * Includes improvements from Cloudflare and Intel forks
|
/external/mesa3d/docs/ci/ |
D | index.rst | 180 (forks inherit images from the main repo, but MRs don't propagate
|