HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 351 - 375 of 546) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 18 #include <linux/threads.h>
processor_32.h 25 #include <linux/threads.h>
  /bionic/libc/kernel/common/linux/
nodemask.h 16 #include <linux/threads.h>
  /build/tools/releasetools/
common.py 805 # start worker threads; wait for them all to finish.
806 threads = [threading.Thread(target=worker)
808 for th in threads:
810 while threads:
811 threads.pop().join()
  /development/ndk/platforms/android-3/include/linux/
nodemask.h 16 #include <linux/threads.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 18 #include <linux/threads.h>
processor_32.h 25 #include <linux/threads.h>
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 7 #include <utils/threads.h>
  /external/dbus/dbus/
dbus-internals.h 34 #include <dbus/dbus-threads-internal.h>
  /external/icu4c/test/intltest/
simplethread.cpp 224 // OS indicates that all threads have terminated, rather than waiting
228 // main() programs are supposed to have to wait for their threads.
261 // cooperative threading, threads are a no-op. We have no yield() calls
297 // On Windows, the main thread must verify that other threads have finished
379 //threads created with this attr to be in
445 #error No implementation for threads! Cannot test.
  /frameworks/base/drm/drmserver/
DrmManagerService.cpp 25 #include <utils/threads.h>
  /frameworks/base/include/media/
AudioSystem.h 21 #include <utils/threads.h>
AudioTrack.h 31 #include <utils/threads.h>
  /frameworks/base/include/utils/
AssetManager.h 30 #include <utils/threads.h>
58 * single instance may be shared across multiple threads, and a single
  /frameworks/base/libs/binder/
ProcessState.cpp 30 #include <utils/threads.h>
317 LOGE("Binder ioctl to set max threads failed: %s", strerror(errno));
  /frameworks/base/libs/hwui/
TextureCache.cpp 23 #include <utils/threads.h>
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 24 #include <cutils/threads.h>
CallStack.cpp 36 #include <utils/threads.h>
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 25 #include <utils/threads.h>
  /frameworks/base/media/jni/soundpool/
SoundPool.h 20 #include <utils/threads.h>
  /frameworks/base/media/libstagefright/
TimedEventQueue.cpp 25 #include <utils/threads.h>
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 28 #include <utils/threads.h>
  /frameworks/base/opengl/libs/EGL/
egl_object.h 30 #include <utils/threads.h>
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.cpp 22 #include <utils/threads.h>
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.h 29 #include <utils/threads.h>

Completed in 754 milliseconds

<<11121314151617181920>>