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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo4/
libgo4.go 16 // The idea is to get some threads going, so that a signal will be delivered
  /cts/suite/audio_quality/test/
AudioPlayTestCommon.h 21 #include <utils/threads.h>
AudioRecordPlayTestCommon.h 22 #include <utils/threads.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
processor.h 22 #include <linux/threads.h>
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 26 #include <utils/threads.h>
AudioStreamIn.h 25 #include <utils/threads.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socketserver.py 259 threads = []
267 threads.append((t, s))
268 for t, s in threads:
271 for t, s in threads:
277 # If the import lock is held, the threads will hang
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
model.py 97 threads = []
99 threads.extend(process.threads.values())
100 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 33 cfg.threads = 1;
  /external/libxml2/
Android.mk 40 DOCBparser.c catalog.c globals.c threads.c c14n.c xmlstring.c \
  /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/media/common_time/
cc_helper.cpp 21 #include <utils/threads.h>
  /frameworks/av/media/libmedia/include/media/
CryptoHal.h 26 #include <utils/threads.h>
JetPlayer.h 20 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/include/
AudioPlayer.h 24 #include <utils/threads.h>
CameraSourceTimeLapse.h 24 #include <utils/threads.h>
MPEG2TSExtractor.h 24 #include <utils/threads.h>
SurfaceMediaSource.h 23 #include <utils/threads.h>
71 // multiple threads.
  /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>

Completed in 862 milliseconds

<<21222324252627282930>>