HomeSort by relevance Sort by last modified time
    Searched full:threading (Results 26 - 50 of 1041) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/base/threading/
thread_local_posix.cc 5 #include "base/threading/thread_local.h"
thread_local_storage_posix.cc 5 #include "base/threading/thread_local_storage.h"
thread_local_win.cc 5 #include "base/threading/thread_local.h"
worker_pool_unittest.cc 7 #include "base/threading/worker_pool.h"
worker_pool_win.cc 5 #include "base/threading/worker_pool.h"
thread_collision_warner.cc 5 #include "base/threading/thread_collision_warner.h"
8 #include "base/threading/platform_thread.h"
worker_pool_posix.cc 5 #include "base/threading/worker_pool_posix.h"
12 #include "base/threading/platform_thread.h"
13 #include "base/threading/worker_pool.h"
non_thread_safe_unittest.cc 8 #include "base/threading/non_thread_safe.h"
9 #include "base/threading/simple_thread.h"
thread_local_storage_unittest.cc 10 #include "base/threading/simple_thread.h"
11 #include "base/threading/thread_local_storage.h"
  /external/chromium/chrome/browser/
icon_loader_mac.mm 10 #include "base/threading/thread.h"
icon_manager_linux.cc 8 #include "base/threading/thread_restrictions.h"
images_uitest.cc 8 #include "base/threading/platform_thread.h"
  /external/chromium/crypto/
capi_util.h 18 // From "Threading Issues with Cryptographic Service Providers",
  /external/llvm/test/Transforms/JumpThreading/
compare.ll 2 ; RUN: opt < %s -jump-threading -S | not grep {phi i32}
select.ll 1 ; RUN: opt -S -jump-threading < %s | FileCheck %s
9 ; Jump threading of branch with select as condition.
35 ; Jump threading of switch with select as condition.
70 ; Jump threading of indirectbr with select as address.
no-irreducible-loops.ll 1 ; RUN: opt < %s -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S -verify-dom-info -verify-loop-info > %t
5 ; Jump threading should not prevent this loop from being unrolled.
  /external/webkit/Tools/Scripts/webkitpy/common/thread/
threadedmessagequeue.py 31 import threading namespace
38 self._lock = threading.Lock()
  /external/webkit/Source/WebCore/platform/mac/
ThreadCheck.mm 107 NSLog(@"WebKit Threading Violation - %s called from secondary thread", function);
108 NSLog(@"Additional threading violations for this function will not be logged.");
112 NSLog(@"WebKit Threading Violation - %s called from secondary thread", function);
WebCoreObjCExtras.mm 41 #include <wtf/Threading.h>
46 // This method relies on threading being initialized by the caller, otherwise
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.h 23 #include "base/threading/thread.h"
28 #include "base/threading/thread.h"
  /external/chromium/net/base/
directory_lister.h 16 #include "base/threading/platform_thread.h"
27 // is insulated from any of the multi-threading details.
  /external/icu4c/test/threadtest/
threadtest.h 13 // class AbstractThreadTest Base class for threading tests.
17 // simplifies adding new threading tests for different parts
  /external/chromium/base/
lazy_instance.cc 10 #include "base/threading/platform_thread.h"
native_library_linux.cc 11 #include "base/threading/thread_restrictions.h"
native_library_win.cc 10 #include "base/threading/thread_restrictions.h"

Completed in 493 milliseconds

12 3 4 5 6 7 8 91011>>