HomeSort by relevance Sort by last modified time
    Searched full:threading (Results 276 - 300 of 2667) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/JumpThreading/
2011-04-02-SimplifyDeadBlock.ll 1 ; RUN: opt < %s -jump-threading
and-and-cond.ll 1 ; RUN: opt < %s -jump-threading -mem2reg -instcombine -simplifycfg -S | FileCheck %s
and-cond.ll 1 ; RUN: opt < %s -jump-threading -mem2reg -instcombine -simplifycfg -S | FileCheck %s
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_sysevents.h 36 #ifdef IPOD /* iPod doesn't support threading at all */
  /external/qemu/distrib/sdl-1.2.15/test/
testerror.c 2 /* Simple test of the SDL threading code and error handling */
  /external/skia/src/ports/
SkTLS_win.cpp 36 // base/threading/thread_local_storage_win.cc
  /external/valgrind/main/
glibc-2.2-LinuxThreads-helgrind.supp 2 ## Helgrind really doesn't support LinuxThreads-based threading
valgrind.spec.in 18 memory management and threading bugs, and profile your programs in detail. You
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock.hpp 53 # error Unrecognized threading platform
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XlibConf.h 34 /* Threading support? */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XlibConf.h 34 /* Threading support? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XlibConf.h 34 /* Threading support? */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 14 # Uncomment if testing another module, such as the real 'threading'
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
test_hashlib.py 14 import threading namespace
16 threading = None variable
358 @unittest.skipUnless(threading, 'Threading required for this test.')
385 event = threading.Event()
387 threading.Thread(target=hash_in_chunks,
test_socketserver.py 20 import threading namespace
22 threading = None variable
69 @unittest.skipUnless(threading, 'Threading required for this test.')
142 t = threading.Thread(
298 t = threading.Thread(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 14 # Uncomment if testing another module, such as the real 'threading'
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
test_hashlib.py 14 import threading namespace
16 threading = None variable
358 @unittest.skipUnless(threading, 'Threading required for this test.')
385 event = threading.Event()
387 threading.Thread(target=hash_in_chunks,
test_socketserver.py 20 import threading namespace
22 threading = None variable
69 @unittest.skipUnless(threading, 'Threading required for this test.')
142 t = threading.Thread(
298 t = threading.Thread(
  /external/chromium_org/v8/tools/testrunner/server/
main.py 33 import threading namespace
61 self.peer_list_lock = threading.Lock()
82 self.perf_data_lock = threading.Lock()
85 self.local_handler_thread = threading.Thread(
90 self.work_handler_thread = threading.Thread(
95 self.status_handler_thread = threading.Thread(
100 self.presence_daemon_thread = threading.Thread(
  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.cpp 105 void jmePhysicsSpace::createPhysicsSpace(jfloat minX, jfloat minY, jfloat minZ, jfloat maxX, jfloat maxY, jfloat maxZ, jint broadphaseId, jboolean threading) {
108 // if(threading){
143 if (threading) {
152 if (threading) {
165 if (threading) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 41 import threading namespace
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 41 import threading namespace
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
collector.py 3 import sys, threading namespace
212 # execution begins. Ironically, the only support the threading module has
254 # Install our installation tracer in threading, to jump start other
256 threading.settrace(self._installation_trace)
282 threading.settrace(None)
288 threading.settrace(self._installation_trace)

Completed in 269 milliseconds

<<11121314151617181920>>