Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 25 of 27) sorted by relevance

12

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
DPolicyQualifierInfoTest.java152 Thread[] workers = new Thread[workersNumber]; in testMtByteArray() local
154 workers[i] = new TestWorker1(i); in testMtByteArray()
157 workers[i].start(); in testMtByteArray()
160 workers[i].join(); in testMtByteArray()
171 Thread[] workers = new Thread[workersNumber]; in testMtInputStream() local
173 workers[i] = new TestWorker2(i); in testMtInputStream()
176 workers[i].start(); in testMtInputStream()
179 workers[i].join(); in testMtInputStream()
/external/libvpx/libvpx/test/
Dvp9_thread_test.cc106 VP9Worker workers[kNumWorkers]; in TEST_P() local
111 vp9_get_worker_interface()->init(&workers[n]); in TEST_P()
113 workers[n].hook = ThreadHook; in TEST_P()
114 workers[n].data1 = &hook_data[n]; in TEST_P()
115 workers[n].data2 = &return_value[n]; in TEST_P()
120 EXPECT_NE(vp9_get_worker_interface()->reset(&workers[n]), 0); in TEST_P()
125 Run(&workers[n]); in TEST_P()
129 vp9_get_worker_interface()->end(&workers[n]); in TEST_P()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DDerUTCTimeEDTest.java124 Thread[] workers = new Thread[workersNumber]; in testMt() local
126 workers[i] = new TestWorker(); in testMt()
129 workers[i].start(); in testMt()
132 workers[i].join(); in testMt()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DVersionInfoTest.java353 GetInstanceWorker[] workers = new GetInstanceWorker[numThreads]; in TestMultiThread() local
357 for (int i = 0; i < workers.length; i++) { in TestMultiThread()
358 workers[i] = new GetInstanceWorker(i, results[i]); in TestMultiThread()
362 for (int i = 0; i < workers.length; i++) { in TestMultiThread()
363 workers[i].start(); in TestMultiThread()
367 for (int i = 0; i < workers.length; i++) { in TestMultiThread()
369 workers[i].join(); in TestMultiThread()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Dwatchthreads.py209 workers = thread_pool.worker_tracker.items()
210 workers.sort(key=lambda v: v[1][0])
212 for thread_id, (time_started, worker_environ) in workers:
228 actual_workers=len(thread_pool.workers),
229 nworkers_used=len(workers),
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpserver.py597 self.workers = []
655 for worker in self.workers:
675 if (len(self.workers) > self.nworkers
682 len(self.workers)-self.nworkers, len(self.idle_workers))
685 for i in range(len(self.workers) - self.nworkers):
696 for worker in self.workers:
743 if thread_obj in self.workers:
744 self.workers.remove(thread_obj)
776 for worker in self.workers:
870 self.workers.append(thread_obj)
[all …]
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc176 pthread_t workers[kNumWorkers], forker; in TEST() local
178 PTHREAD_CREATE(&workers[i], 0, MallocIntrospectionLockWorker, 0); in TEST()
182 PTHREAD_JOIN(workers[i], 0); in TEST()
/external/skia/site/dev/testing/
Dct.md83workers using the master scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/mast…
85 4. The workers execute the task using the worker scripts [here](https://skia.googlesource.com/build…
87 … master scripts periodically check the workers to see when they are done with the requested task. …
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Ddebug.watchthreads.txt1 :mod:`paste.debug.watchthreads` -- watch thread workers in paste.httpserver
/external/fio/examples/
De4defrag.fio18 # Run e4defrag and aio-dio workers in parallel
De4defrag2.fio50 # Run random e4defrag and various aio workers in parallel
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt38 The pool tracks all workers threads. Threads can be in a few states:
57 then the server looks at the workers; all workers are busy or hung.
60 10 workers, ``spawn_if_under`` is 5, and there are 6 hung threads and
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp194 if (Flags.workers > 0 && Flags.jobs > 0) in FuzzerDriver()
195 return RunInMultipleProcesses(argc, argv, Flags.workers, Flags.jobs); in FuzzerDriver()
DFuzzerFlags.def45 FUZZER_FLAG_INT(workers, 0,
/external/libpcap/
DREADME8 tcpdump-workers@lists.tcpdump.org
93 to the address "tcpdump-workers@lists.tcpdump.org". Bugs, support
DREADME.hpux100 And another message to tcpdump-workers@tcpdump.org, from Rick Jones:
104 To: tcpdump-workers@tcpdump.org
105 Subject: Re: [tcpdump-workers] I Can't Capture the Outbound Traffic
DREADME.aix16 should send to tcpdump-workers@lists.tcpdump.org a detailed bug
DCREDITS108 Mark Pizzolato <List-tcpdump-workers at subscriptions dot pizzolato dot net>
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegression.java1174 Thread[] workers = new Thread[20]; in TestT7107() local
1175 for (int i = 0 ; i < workers.length; i++) { in TestT7107()
1176 workers[i] = new Thread(new Runnable() { in TestT7107()
1188 for (Thread wk : workers) { in TestT7107()
1191 for (Thread wk : workers) { in TestT7107()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1132 Thread[] workers = new Thread[10]; in TestT7169() local
1133 for (int i = 0 ; i < workers.length; i++) { in TestT7169()
1134 workers[i] = new Thread(new Runnable() { in TestT7169()
1157 for (Thread wk : workers) { in TestT7169()
1160 for (Thread wk : workers) { in TestT7169()
/external/llvm/docs/
DLibFuzzer.rst156 N=100; M=4; ./pcre_fuzzer ./CORPUS -jobs=$N -workers=$M
164 N=100; M=4; ./pcre_fuzzer ./CORPUS -jobs=$N -workers=$M -exit_on_first=1
215 ./a.out -jobs=20 -workers=20
/external/tcpdump/
DREADME.md12 * tcpdump-workers@lists.tcpdump.org
75 to the address "tcpdump-workers@lists.tcpdump.org". Bugs, support
DCREDITS82 Hank Leininger <tcpdump-workers at progressive-comp dot com>
Daclocal.m4603 [Report this to tcpdump-workers@lists.tcpdump.org, and include the
/external/libxml2/result/HTML/
Dwired.html.sax2088 Contruction workers in Berli, 637)

12