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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
  /external/valgrind/main/callgrind/tests/
threads.vgtest 1 prog: threads
2 vgopts: --separate-threads=yes --collect-bus=yes
threads-use.vgtest 1 prog: threads
2 vgopts: --separate-threads=yes --cacheuse=yes --collect-bus=yes --collect-systime=yes
  /external/linux-tools-perf/util/
thread_map.c 17 struct thread_map *threads; local
28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items);
29 if (threads != NULL) {
31 threads->map[i] = atoi(namelist[i]->d_name);
32 threads->nr = items;
39 return threads;
44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); local
46 if (threads != NULL)
    [all...]
thread_map.h 14 void thread_map__delete(struct thread_map *threads);
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
docs 25 doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png
26 doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png
27 doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png
28 doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png
29 doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png
30 doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png
31 doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png
32 doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png
33 doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png
34 doc/tcmalloc-opspercpusec.vs.threads.64.bytes.pn
    [all...]
  /external/chromium_org/v8/test/cctest/
test-condition-variable.cc 80 ThreadWithMutexAndConditionVariable threads[kThreadCount]; local
83 LockGuard<Mutex> lock_guard(&threads[n].mutex_);
84 CHECK(!threads[n].running_);
85 CHECK(!threads[n].finished_);
86 threads[n].Start();
88 while (!threads[n].running_) {
89 threads[n].cv_.Wait(&threads[n].mutex_);
94 LockGuard<Mutex> lock_guard(&threads[n].mutex_);
95 CHECK(threads[n].running_)
154 ThreadWithSharedMutexAndConditionVariable threads[kThreadCount]; local
284 Thread** threads = new Thread*[thread_count]; local
    [all...]
  /art/test/078-polymorphic-virtual/
info.txt 2 calless invoked 10,000,000 times each in three threads.
  /dalvik/tests/078-polymorphic-virtual/
info.txt 2 calless invoked 10,000,000 times each in three threads.
  /external/skia/tests/
AtomicTest.cpp 37 SkThread* threads[SK_ARRAY_COUNT(gAdds)]; local
41 // Start the threads
43 threads[i] = new SkThread(addABunchOfTimes, &gAdds[i]);
44 threads[i]->setProcessorAffinity(gAdds[i].processorAffinity);
45 threads[i]->start();
48 // Now end the threads
50 threads[i]->join();
51 delete threads[i];
  /external/chromium_org/third_party/mesa/src/docs/
README.THREADS 3 Mesa Threads README
10 supported by default (on systems which support threads,
19 1) POSIX threads (aka pthreads).
20 2) Solaris / Unix International threads.
21 3) Win32 threads (Win 95/NT).
27 necessary for both Mesa and application code to use the same threads API.
29 using one of the targets for Sun threads.
32 multiple threads to render to osmesa rendering context(s).
35 threads packages. The best solution is the linuxthreads package
  /external/mesa3d/docs/
README.THREADS 3 Mesa Threads README
10 supported by default (on systems which support threads,
19 1) POSIX threads (aka pthreads).
20 2) Solaris / Unix International threads.
21 3) Win32 threads (Win 95/NT).
27 necessary for both Mesa and application code to use the same threads API.
29 using one of the targets for Sun threads.
32 multiple threads to render to osmesa rendering context(s).
35 threads packages. The best solution is the linuxthreads package
  /ndk/tests/device/test-openmp/jni/
openmp2.c 12 /* Fork a team of threads giving them their own copies of variables */
21 printf("Number of threads = %d\n", nthreads);
23 } /* All threads join master thread and disband */
  /art/test/033-class-init-deadlock/
expected.txt 4 Deadlock test interrupting threads.
  /art/test/109-suspend-check/
info.txt 1 To support garbage collection, debugging and profiling the VM must be able to send all threads
  /dalvik/tests/033-class-init-deadlock/
expected.txt 4 Deadlock test interrupting threads.
  /dalvik/tests/097-suspend-check/
info.txt 1 To support garbage collection, debugging and profiling the VM must be able to send all threads
  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 7 #include <libxml/threads.h>
19 static const char *catalog = "test/threads/complex.xml";
21 "test/threads/abc.xml",
22 "test/threads/acb.xml",
23 "test/threads/bac.xml",
24 "test/threads/bca.xml",
25 "test/threads/cab.xml",
26 "test/threads/cba.xml",
27 "test/threads/invalid.xml",
47 if (!strcmp(filename, "test/threads/invalid.xml"))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testsem.c 60 SDL_Thread *threads[NUM_THREADS]; local
80 printf("Running %d threads, semaphore value = %d\n", NUM_THREADS, init_sem);
81 /* Create all the threads */
83 threads[i] = SDL_CreateThread(ThreadFunc, (void*)i);
89 /* Wait for all threads to finish */
90 printf("Waiting for threads to finish\n");
93 SDL_WaitThread(threads[i], NULL);
95 printf("Finished waiting for threads\n");
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
cpufreq_parser_test.js 22 var threads = m.getAllThreads();
23 assertEquals(1, threads.length);
25 var thread = threads[0];
48 var threads = m.getAllThreads();
49 assertEquals(1, threads.length);
51 var thread = threads[0];
72 var threads = m.getAllThreads();
73 assertEquals(1, threads.length);
75 var thread = threads[0];
88 var threads = m.getAllThreads()
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
process_base.js 32 this.threads = {};
53 * Gets the number of threads in this process.
57 for (var p in this.threads) {
82 for (var tid in this.threads)
83 this.threads[tid].shiftTimestampsForward(amount);
93 for (var tid in this.threads) {
94 var thread = this.threads[tid];
122 for (var tid in this.threads) {
123 var thread = this.threads[tid];
130 for (var tid in this.threads) {
    [all...]
  /external/valgrind/main/none/tests/
pth_once.c 4 * "Using POSIX Threads: Programming with Pthreads"
14 * A program spawns multiple threads and each one tries to
20 * exit of the threads using the pthread_join() operation.
57 pthread_t threads[NUM_THREADS]; local
65 if (( rtn = pthread_create(&threads[thread_num],
76 pthread_join(threads[thread_num], NULL);
  /external/chromium/base/threading/
worker_pool_posix.h 6 // adds threads as necessary to handle all tasks. It keeps old threads around
8 // the threads exit. This thread pool uses non-joinable threads, therefore
9 // worker threads are not joined during process shutdown. This means that
12 // although PosixDynamicThreadPool spawns the worker threads and manages the
13 // task queue, it does not own the worker threads. The worker threads ask the
15 // worker threads all maintain scoped_refptrs to the PosixDynamicThreadPool
17 // worker threads exit. The owner of PosixDynamicThreadPool should likewis
    [all...]
  /external/chromium_org/base/threading/
worker_pool_posix.h 6 // adds threads as necessary to handle all tasks. It keeps old threads around
8 // the threads exit. This thread pool uses non-joinable threads, therefore
9 // worker threads are not joined during process shutdown. This means that
12 // although PosixDynamicThreadPool spawns the worker threads and manages the
13 // task queue, it does not own the worker threads. The worker threads ask the
15 // worker threads all maintain scoped_refptrs to the PosixDynamicThreadPool
17 // worker threads exit. The owner of PosixDynamicThreadPool should likewis
    [all...]
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 47 /** Must be call first when calling Eigen from multiple threads */
56 /** \returns the max number of threads reserved for Eigen
65 /** Sets the max number of threads reserved for Eigen
101 // - the max number of threads we can create is greater than 1
112 // 2- compute the maximal number of threads from the size of the product:
116 // 3 - compute the number of threads we are going to use
117 Index threads = std::min<Index>(nbThreads(), max_threads);
119 if(threads==1)
128 Index blockCols = (cols / threads) & ~Index(0x3);
129 Index blockRows = (rows / threads) & ~Index(0x7)
    [all...]

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>