HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 551 - 575 of 1207) sorted by null

<<21222324252627282930>>

  /frameworks/native/include/gui/
ConsumerBase.h 26 #include <utils/threads.h>
SurfaceControl.h 25 #include <utils/threads.h>
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 27 #include <utils/threads.h>
  /frameworks/native/services/sensorservice/
SensorEventConnection.h 26 #include <utils/threads.h>
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 23 #include <utils/threads.h>
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicHistogram.cpp 107 const uint32_t threads = mCtx->getThreadCount(); local
145 memset(mSums, 0, 256 * sizeof(int32_t) * threads * vSize);
156 uint32_t threads = mCtx->getThreadCount(); local
163 for (uint32_t t=1; t < threads; t++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_thread_test.cc 106 cfg.threads = num_threads;
151 << "threads = " << t;
  /hardware/intel/img/psb_video/src/android/
psb_gralloc.cpp 32 #include <utils/threads.h>
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 23 #include <utils/threads.h>
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 49 * Virtual Machine allows an application to have multiple threads of
52 * Every thread has a priority. Threads with higher priority are
53 * executed in preference to threads with lower priority. Each thread
63 * Machine continues to execute threads until either of the following
69 * <li>All threads that are not daemon threads have died, either by
182 /* For autonumbering anonymous threads. */
283 * between threads that would otherwise over-utilise a CPU. Its use
526 // Must be tolerant of threads without a name.
532 // by the runtime to construct peers for threads that have attached via JNI and it'
1611 Thread[] threads = new Thread[count + count \/ 2]; local
    [all...]
  /packages/services/Car/tests/libvehiclenetwork-native-test/
IVehicleNetworkMockedTest.cpp 22 #include <utils/threads.h>
  /system/extras/verity/fec/
image.h 55 int threads; member in struct:image
  /external/autotest/client/tests/kvm/scripts/
virtio_console_guest.py 32 self.threads = []
559 self.threads.append(s)
568 for th in self.threads:
573 del self.threads[:]
577 print "PASS: All threads finished"
595 self.threads.append(self.Sender(in_f[0], self.exit_thread, length))
603 self.threads[0].start()
687 threads = ""
689 threads += thread.name + ", "
690 print ("FAIL: On guest run thread. Active thread:" + threads)
    [all...]
  /external/google-benchmark/src/
benchmark.cc 58 "used by all threads that make up the test. For real-time "
61 "threads.");
211 // How many threads have called Finalize()
216 int entered_; // Number of threads that have entered this barrier
226 // Enter the barrier and wait until all other threads have also
233 // Wait for all threads to enter
266 int threads; // Number of concurrent threads to use member in struct:benchmark::internal::Benchmark::Instance
303 void Threads(int t);
377 instance.threads = num_threads
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 94 protected int threads; field in class:PerfTest
341 static final int THREADS = 14;
364 UOption.DEF("threads", 'r', UOption.REQUIRES_ARG),
459 threads = 1;
503 if (options[THREADS].doesOccur) {
505 threads = Integer.parseInt(options[THREADS].value);
507 throw new UsageException("'-r <threads>' requires an integer number of threads");
509 if (threads <= 0
    [all...]
  /external/fio/
init.c 45 struct thread_data *threads = NULL; variable in typeref:struct:thread_data
276 if (threads) {
277 void *tp = threads;
281 threads = NULL;
286 threads = NULL;
294 if (threads) {
313 * threads/processes. So setup a shared memory segment that will hold
321 if (threads)
343 threads = malloc(size);
344 if (threads)
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 222 std::vector<Thread> threads; member in struct:CrashedProcess
402 "Found %d threads\n"
421 crashinfo->threads.push_back(thread);
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 941 fill_prpsinfo(&prpsinfo, &VG_(threads)[tid], si);
956 fill_old_note_for_thread(&old_notes, &VG_(threads)[tid], si);
958 /* Now add details for all threads except the one that faulted. */
961 if ((VG_(threads)[t_idx].status != VgTs_Empty) &&
962 (VG_(threads)[t_idx].status != VgTs_Zombie)) {
966 fill_old_note_for_thread(&old_notes, &VG_(threads)[t_idx], si);
972 fill_psinfo(&psinfo, &VG_(threads)[tid], si);
976 fill_pstatus(&pstatus, &VG_(threads)[tid], si);
1023 fill_new_note_for_thread(&new_notes, &VG_(threads)[tid], si);
1025 /* Now add details for all threads except the one that faulted. *
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraStream.h 22 #include <utils/threads.h>
26 #include <utils/threads.h>
  /external/autotest/client/bin/
xen.py 46 threads = 2 * utils.count_cpus()
48 build_string = 'make -j %d %s %s' % (threads, make_opts, t)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
strace_profiler.py 150 for thread in timeline_model.processes[process].threads:
157 'name': timeline_model.processes[process].threads[thread].name
  /external/dbus/dbus/
Android.mk 54 dbus-threads.c \
  /external/icu/icu4j/perf-tests/
dateformatperf.pl 35 my $THREADS; # number of threads (input from command-line args)
51 # run all tests with the specified number of threads from command-line input
52 # (if there is no arguments, use $THREADS = 1)
54 $THREADS = $arg;
63 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
64 my $title = "ICU4J Performance Test $threads $date"
    [all...]
decimalformatperf.pl 31 my $THREADS; # number of threads (input from command-line args)
47 # run all tests with the specified number of threads from command-line input
48 # (if there is no arguments, use $THREADS = 1)
50 $THREADS = $arg;
59 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
60 my $title = "ICU4J Performance Test $threads $date"
    [all...]
  /external/libxml2/VxWorks/
build.sh 22 ./configure --with-minimum --with-reader --with-writer --with-regexps --with-threads --with-thread-alloc

Completed in 1706 milliseconds

<<21222324252627282930>>