/external/icu4c/test/intltest/ |
tsmthred.h | 17 * Tests actual threading
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_int.h | 19 #include "vp8/common/threading.h" 54 /* enable/disable frame-based threading */ 78 /* variable for threading */ 103 /* end of threading data */
|
/external/llvm/cmake/modules/ |
CheckAtomic.cmake | 1 # atomic builtins are required for threading support.
|
/external/llvm/test/Transforms/JumpThreading/ |
branch-no-const.ll | 1 ; RUN: opt < %s -jump-threading -S | not grep phi
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 45 import threading namespace 53 from threading import Lock, RLock, Semaphore, BoundedSemaphore 54 from threading import Event 61 class DummyProcess(threading.Thread): 64 threading.Thread.__init__(self, group, target, name, args, kwargs) 75 threading.Thread.start(self) 88 class Condition(threading._Condition): 89 notify_all = threading._Condition.notify_all.im_func 96 current_process = threading.current_thread
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threadedtempfile.py | 22 threading = import_module('threading') variable 27 startEvent = threading.Event() 29 class TempFileGreedy(threading.Thread):
|
test_contextlib.py | 9 import threading namespace 11 threading = None variable 270 @unittest.skipUnless(threading, 'Threading required for this test.') 285 lock = threading.Lock() 289 lock = threading.RLock() 293 lock = threading.Condition() 299 lock = threading.Semaphore() 309 lock = threading.BoundedSemaphore()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 45 import threading namespace 53 from threading import Lock, RLock, Semaphore, BoundedSemaphore 54 from threading import Event 61 class DummyProcess(threading.Thread): 64 threading.Thread.__init__(self, group, target, name, args, kwargs) 75 threading.Thread.start(self) 88 class Condition(threading._Condition): 89 notify_all = threading._Condition.notify_all.im_func 96 current_process = threading.current_thread
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threadedtempfile.py | 22 threading = import_module('threading') variable 27 startEvent = threading.Event() 29 class TempFileGreedy(threading.Thread):
|
test_contextlib.py | 9 import threading namespace 11 threading = None variable 270 @unittest.skipUnless(threading, 'Threading required for this test.') 285 lock = threading.Lock() 289 lock = threading.RLock() 293 lock = threading.Condition() 299 lock = threading.Semaphore() 309 lock = threading.BoundedSemaphore()
|
/external/chromium/base/threading/ |
thread_checker_impl.h | 11 #include "base/threading/platform_thread.h" 16 // for temporary use in release mode (e.g. to CHECK on a threading issue
|
thread_restrictions.cc | 5 #include "base/threading/thread_restrictions.h" 12 #include "base/threading/thread_local.h"
|
/external/chromium_org/base/ |
sequence_checker_impl.h | 11 #include "base/threading/sequenced_worker_pool.h" 12 #include "base/threading/thread_checker_impl.h"
|
/external/chromium_org/base/threading/ |
thread_checker_impl.h | 10 #include "base/threading/platform_thread.h" 15 // for temporary use in release mode (e.g. to CHECK on a threading issue
|
non_thread_safe_unittest.cc | 8 #include "base/threading/non_thread_safe.h" 9 #include "base/threading/simple_thread.h" 12 // Duplicated from base/threading/non_thread_safe.h so that we can be
|
thread_id_name_manager_unittest.cc | 5 #include "base/threading/thread_id_name_manager.h" 7 #include "base/threading/platform_thread.h" 8 #include "base/threading/thread.h"
|
/external/chromium_org/build/android/pylib/utils/ |
timeout_retry.py | 8 import threading namespace 36 name = 'TimeoutThread-for-%s' % threading.current_thread().name
|
/external/chromium_org/mojo/ |
mojo_apps.gypi | 30 'apps/js/bindings/threading.cc', 31 'apps/js/bindings/threading.h',
|
/external/qemu/distrib/sdl-1.2.15/test/ |
README | 17 testhread Hacked up test of multi-threading 22 testlock Hacked up test of multi-threading and locking
|
/external/chromium_org/third_party/mesa/src/docs/ |
README.MITS | 31 MITS stands for Mesa Internal Threading System. By adding 32 internal threading to Mesa it should be possible to improve 37 No. The threading is internal to Mesa and transparent to 51 appreciable benefit from the threading. 78 Threading of additional areas of Mesa to improve performance
|
/external/mesa3d/docs/ |
README.MITS | 31 MITS stands for Mesa Internal Threading System. By adding 32 internal threading to Mesa it should be possible to improve 37 No. The threading is internal to Mesa and transparent to 51 appreciable benefit from the threading. 78 Threading of additional areas of Mesa to improve performance
|
/external/chromium_org/chrome/test/functional/ |
webrtc_write_wsh.py | 13 import threading namespace 42 class FrameWriterThread(threading.Thread): 50 threading.Thread.__init__(self)
|
/external/chromium_org/mojo/apps/js/ |
mojo_runner_delegate.cc | 16 #include "mojo/apps/js/bindings/threading.h" 52 AddBuiltinModule(Threading::kModuleName, Threading::GetTemplate);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_slab.h | 69 enum util_slab_threading threading; member in struct:util_slab_mempool 77 enum util_slab_threading threading); 82 enum util_slab_threading threading);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_slab.h | 69 enum util_slab_threading threading; member in struct:util_slab_mempool 77 enum util_slab_threading threading); 82 enum util_slab_threading threading);
|