/external/libpcap/msdos/ |
ndis_0.asm | 65 ; *ALL* interrupt threads come through this macro.
|
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 472 if (svc_ctx->threads) 473 enc_cfg->g_threads = svc_ctx->threads;
|
/external/libxml2/ |
globals.c | 24 #include <libxml/threads.h> 137 #include <libxml/threads.h>
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 766 /* signal the threads that there's work to do */ 824 /* Wait for all threads to get here so that threads[1+] don't 836 /* wait for all threads to finish with this scene */ 857 * Initialize semaphores and spawn the threads. 864 /* NOTE: if num_threads is zero, we won't use any threads */ 868 rast->threads[i] = pipe_thread_create(thread_function, 877 * new threads, do rendering synchronously. 878 * \param num_threads number of rasterizer threads to create 908 /* for synchronizing rasterization threads */ [all...] |
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockWebServer.java | 142 public void setWorkerThreads(int threads) { 143 this.workerThreads = threads; 216 // The requestExecutor has a fixed number of worker threads. In order to get strict
|
/external/parameter-framework/upstream/bindings/python/ |
pfw.i | 35 %module(directors="1", threads="1") PyPfw
|
/external/valgrind/coregrind/m_initimg/ |
initimg-solaris.c | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-arm64-linux.c | 293 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], 334 VG_(threads)[tid].arch.vex.guest_TPIDR_EL0 = tlsptr; 600 VG_(message)(Vg_UserMsg, " - via a threads library (LinuxThreads or NPTL)\n"); [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicBlur.cpp | 452 uint32_t threads = mCtx->getThreadCount(); local 454 for (size_t i = 0; i < threads; i++) {
|
/hardware/libhardware/modules/sensors/ |
multihal.cpp | 202 std::vector<pthread_t> threads; member in struct:sensors_poll_context_t 225 this->threads.push_back(writerThread);
|
/device/huawei/angler/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.cpp | 33 #include <utils/threads.h>
|
/device/lge/bullhead/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.cpp | 33 #include <utils/threads.h>
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
QCameraStream.cpp | 23 #include <utils/threads.h>
|
/device/moto/shamu/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.cpp | 33 #include <utils/threads.h>
|
/external/dbus/dbus/ |
dbus-internals.h | 34 #include <dbus/dbus-threads-internal.h>
|
/external/deqp/modules/egl/ |
teglRenderTests.cpp | 924 vector<RenderTestThreadSp> threads (numThreads); 952 // Threads take turns with packets. 989 // Create and launch threads (actual rendering starts once first semaphore is signaled). 992 threads[threadNdx] = RenderTestThreadSp(new RenderTestThread(egl, display, surface, contexts[threadNdx].second, contexts[threadNdx].first, m_gl, *programs[threadNdx], packets[threadNdx])); 993 threads[threadNdx]->start(); 1012 // Join threads. 1014 threads[threadNdx]->join(); [all...] |
/external/libxml2/doc/ |
Makefile.am | 122 html/libxml-threads.html \ 171 threads.html \
|
/external/libxml2/include/libxml/ |
globals.h | 173 #include <libxml/threads.h>
|
/external/libxml2/python/ |
libxml_wrap.h | 6 #include <libxml/threads.h>
|
/external/llvm/utils/ |
llvm-compilers-check | 58 # The user may control parallelism via the --jobs and --threads 61 # as equivalent to the GNU make -j switch. --threads tells 62 # llvm-compilers-check how many worker threads to use to accomplish 63 # those builds. If --threads is less than --jobs, --threads workers 66 # (--jobs / --threads) to use up the remaining job capacity. Once a 132 parser.add_option("--threads", default=4, type="int", 133 help=("The number of worker threads to use " 597 jobs = options.jobs // options.threads 601 numthreads = options.threads [all...] |
/frameworks/av/drm/drmserver/ |
DrmManagerService.cpp | 25 #include <utils/threads.h>
|
/frameworks/av/include/media/ |
AudioTrack.h | 26 #include <utils/threads.h> [all...] |
MediaProfiles.h | 21 #include <utils/threads.h>
|
/frameworks/av/include/private/media/ |
AudioTrackShared.h | 24 #include <utils/threads.h> 571 // Currently AudioFlinger will call framesReady() for a fast track from two threads:
|
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 26 #include <utils/threads.h>
|