HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 451 - 475 of 1186) sorted by null

<<11121314151617181920>>

  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 26 #include <utils/threads.h>
AudioStreamIn.h 25 #include <utils/threads.h>
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
model.py 96 threads = []
98 threads.extend(process.threads.values())
99 return threads
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper_unittest.cc 109 EXPECT_EQ(kNumOfThreads, dumper.threads().size());
linux_dumper.h 76 // Parse the data for |threads| and |mappings|.
82 // Suspend/resume all threads in the given process.
91 const wasteful_vector<pid_t> &threads() { return threads_; } function in class:google_breakpad::LinuxDumper
177 // IDs of all the threads.
  /external/libevent/
iocp-internal.h 80 /** Number of threads ever open on the port. */
82 /** True iff we're shutting down all the threads on this port */
84 /** How often the threads on this port check for shutdown and other
87 /* The threads that are waiting for events. */
88 HANDLE *threads; member in struct:event_iocp_port
89 /** Number of threads currently open on this port. */
154 /** Create an IOCP, and launch its worker threads. Internal use only.
161 fd will happen on one of the iocp's worker threads.
166 /** Tell all threads serving an iocp to stop. Wait for up to waitMsec for all
167 the threads to finish whatever they're doing. If waitMsec is -1, wai
    [all...]
  /external/libunwind/src/coredump/
_UCD_create.c 228 /* Count number of threads */
240 ui->threads = malloc(sizeof (void *) * n_threads);
247 ui->threads[n_threads++] = NOTE_DATA (note_hdr);
277 ui->prstatus = ui->threads[0];
294 ui->prstatus = ui->threads[n];
  /external/libvpx/libvpx/test/
tile_independence_test.cc 35 cfg.threads = 1;
  /external/lzma/C/
MtCoder.h 7 #include "Threads.h"
89 CMtThread threads[NUM_MT_CODER_THREADS_MAX]; member in struct:_CMtCoder
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 20 #include <utils/threads.h>
  /frameworks/av/include/media/
JetPlayer.h 20 #include <utils/threads.h>
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 24 #include <utils/threads.h>
CameraSourceTimeLapse.h 24 #include <utils/threads.h>
SurfaceMediaSource.h 23 #include <utils/threads.h>
72 // multiple threads.
  /frameworks/av/media/common_time/
cc_helper.cpp 21 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 27 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 23 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 24 #include <utils/threads.h>
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 27 #include <utils/threads.h>
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h 26 #include <utils/threads.h>
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 27 #include <utils/threads.h>
92 * fork. Override it to initialize threads, etc. Upon return, the
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 27 #include <utils/threads.h>
  /frameworks/base/tools/aapt/
Main.h 10 #include <utils/threads.h>
  /frameworks/native/include/binder/
AppOpsManager.h 22 #include <utils/threads.h>
BpBinder.h 22 #include <utils/threads.h>

Completed in 2786 milliseconds

<<11121314151617181920>>