HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 601 - 625 of 1579) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libmedia/include/media/
mediascanner.h 21 #include <utils/threads.h>
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 22 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/include/
FileSource.h 25 #include <utils/threads.h>
HTTPBase.h 24 #include <utils/threads.h>
MPEG2PSExtractor.h 23 #include <utils/threads.h>
MediaMuxer.h 23 #include <utils/threads.h>
ThrottledSource.h 22 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/include/foundation/
ALooper.h 27 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 25 #include <utils/threads.h>
  /frameworks/av/services/mediaanalytics/
MetricsSummarizerPlayer.cpp 23 #include <utils/threads.h>
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 29 #include <utils/threads.h>
  /frameworks/base/libs/androidfw/include/androidfw/
ZipFileRO.h 36 #include <utils/threads.h>
  /frameworks/base/libs/common_time/
clock_recovery.h 22 #include <utils/threads.h>
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 24 #include <utils/threads.h>
  /hardware/intel/common/utils/media_resource_manager/include/
OMX_adaptor.h 24 #include <utils/threads.h>
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.h 24 #include <utils/threads.h>
  /hardware/qcom/display/msm8960/libexternal/
external.h 24 #include <utils/threads.h>
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 122 // We want to test that we unblock *all* the threads blocked on a socket, not just one.
126 final ArrayList<Thread> threads = new ArrayList<Thread>(); local
144 threads.add(t);
146 for (Thread t : threads) {
150 for (Thread t : threads) {
  /packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/include/
VehicleNetworkAudioHelper.h 23 #include <utils/threads.h>
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/Unix/
ossource.cpp 178 void OS_WaitForAllThreads(void* threads, int numThreads)
  /system/extras/iotop/
taskstats.h 44 int threads() const { return threads_; } function in class:TaskStatistics
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 60 , threads(MBlockReportThread)
263 if (rep->threads.Size())
264 return rep->threads[0]->stack;
350 for (uptr i = 0; i < rep->threads.Size(); i++)
351 PrintThread(rep->threads[i]);
436 for (uptr i = 0; i < rep->threads.Size(); i++)
437 PrintThread(rep->threads[i]);
  /external/ltp/testcases/kernel/sched/pthreads/
pth_str03.c 24 * DESCRIPTION : create a tree of threads does calculations, and
51 pthread_t *threads; /* dynamic array of thread id of kids */ member in struct:kid_info
71 pthread_attr_t attr; /* attributes for created threads */
376 pthread_create(&(info_p->threads[child]), &attr,
385 &(info_p->threads[child]));
401 &(info_p->threads[child]));
405 pthread_join((info_p->threads[child]), &status))) {
548 tst_resm(TINFO, "Can't create %d threads; max is %d.",
567 if ((child_info[ind].threads = malloc(breadth * sizeof(pthread_t))) ==
569 perror("malloc threads");
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 21 * -> For each king of mutex, we create 10*F threads (F is a scalability factor)
22 * -> we call those threads 1 to 10.
23 * -> thread 1 sends signal USR2 to the other 9 threads (which have a handler for it)
108 #define N 2 /* N * 10 * 6 * SCALABILITY_FACTOR threads will be created */
123 * for one group of ten threads */
125 pthread_t threads[10]; /* The 10 threads */ member in struct:__anon26551
126 pthread_mutex_t mtx; /* The mutex those threads work on */
128 char sigok; /* Used to tell the threads they can return */
130 int id; /* An identifier for the threads group *
    [all...]
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 28 * - Creates N+1 threads with lower real time priorities.
185 "-a priority Priority of the threads"
186 "-r time Run time (ms) to busy loop the threads (20)\n"
397 pthread_t *threads; local
428 threads = malloc(sizeof(*threads) * nr_tasks);
429 if (!threads)
431 memset(threads, 0, sizeof(*threads) * nr_tasks);
450 threads[i] = create_fifo_thread(start_task, (void *)i
    [all...]

Completed in 647 milliseconds

<<21222324252627282930>>