HomeSort by relevance Sort by last modified time
    Searched full:forks (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/strace/tests/
count-f.test 3 # Check whether -c counts through forks and clones properly
  /external/strace/tests-m32/
count-f.test 3 # Check whether -c counts through forks and clones properly
  /external/strace/tests-mx32/
count-f.test 3 # Check whether -c counts through forks and clones properly
  /external/ltp/testcases/kernel/syscalls/fork/
fork08.c 27 * Forks a child which closes a file.
28 * Parent forks a second child which attempts to read the (closed)
58 int status, count, forks, pid1; local
85 forks = 0;
88 ++forks;
92 tst_resm(TINFO, "parent forksval: %d", forks);
94 if ((pid1 != (-1)) && (forks < 2))
103 if (forks == 1) {
114 else if (forks == 2) {
120 "number %d", forks);
    [all...]
fork07.c 26 * Parent opens a file, writes to it; forks Nforks children.
35 * 07/2002 Limited forking and split "infinite forks" test case to
73 int status, forks, pid1; local
114 for (forks = 0; forks < Nforks; forks++) {
156 --forks;
158 if (forks == 0) {
168 } else if (forks > 0)
171 forks);
    [all...]
fork12.c 26 * Parent forks processes until -1 is returned.$
57 int forks, pid1, fork_errno, waitstatus; local
69 forks = 0;
75 forks++;
93 tst_resm(TINFO, "Number of processes forked is %d", forks);
  /dalvik/dx/tests/032-bb-live-code/
info.txt 4 flow to the subsequent instruction, and all forks of each conditional
  /external/ltp/tools/genload/
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);
201 out(stdout, "dispatching %lli hogcpu forks\n", do_cpu_forks);
219 out(stdout, "dispatching %lli hogio forks\n", do_io_forks);
238 "dispatching %lli hogvm forks, each %lli chunks of %lli bytes\n",
257 out(stdout, "dispatching %lli hoghdd forks, each %lli files of "
465 int hogcpu(long long forks)
475 long backoff = global_backoff * forks;
    [all...]
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);
201 out(stdout, "dispatching %lli hogcpu forks\n", do_cpu_forks);
219 out(stdout, "dispatching %lli hogio forks\n", do_io_forks);
238 "dispatching %lli hogvm forks, each %lli chunks of %lli bytes\n",
257 out(stdout, "dispatching %lli hoghdd forks, each %lli files of "
465 int hogcpu(long long forks)
475 long backoff = global_backoff * forks;
    [all...]
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/python/cpython2/Lib/plat-mac/
applesingle.py 66 raise Error, "AppleSingle file contains no forks"
68 self.forks = []
80 self.forks.append((restype, data))
96 raise Error, "No useful forks found"
114 with the data and resource forks from infile. On platforms
116 with the data and resource forks respectively.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
applesingle.py 66 raise Error, "AppleSingle file contains no forks"
68 self.forks = []
80 self.forks.append((restype, data))
96 raise Error, "No useful forks found"
114 with the data and resource forks from infile. On platforms
116 with the data and resource forks respectively.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 66 raise Error, "AppleSingle file contains no forks"
68 self.forks = []
80 self.forks.append((restype, data))
96 raise Error, "No useful forks found"
114 with the data and resource forks from infile. On platforms
116 with the data and resource forks respectively.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_macostools.py 37 return 'Data forks differ'
45 return 'Resource forks differ'
  /external/libmojo/base/android/library_loader/
library_prefetcher.h 20 // Forks and waits for a process prefetching the native library. This is done in
30 // Finds the ranges matching the native library, forks a low priority
  /external/python/cpython2/Lib/test/
test_macostools.py 39 return 'Data forks differ'
47 return 'Resource forks differ'
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_macostools.py 37 return 'Data forks differ'
45 return 'Resource forks differ'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_macostools.py 37 return 'Data forks differ'
45 return 'Resource forks differ'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macostools.py 37 return 'Data forks differ'
45 return 'Resource forks differ'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macostools.py 37 return 'Data forks differ'
45 return 'Resource forks differ'
  /external/compiler-rt/test/profile/Inputs/
instrprof-file_ex.c 1 /* This is a test case where the parent process forks 10
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_sink.h 44 // Forks the output audio to two AudioSink objects.
  /external/webrtc/webrtc/test/testsupport/mac/
run_threaded_main_mac.h 14 * forks a worker thread which runs the below ImplementThisToRunYourTest
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_inherit_test.c 4 * This testcase modifies the DSCR using mtspr, forks and then
  /external/okhttp/okio/benchmarks/
README.md 37 This executes the "cold" buffer usage benchmark, using the default number of measurement and warm-up iterations, forks, and threads; it adjusts the thread count to 4, iteration time to 60 seconds, fixes the heap size at 1GB and profiles the benchmark using JMH's GC, Hotspot runtime and stack sampling profilers.

Completed in 4117 milliseconds

1 2 3 4 5 6 7 8 910