HomeSort by relevance Sort by last modified time
    Searched full:threadsafety (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/lib/Analysis/
CMakeLists.txt 25 ThreadSafety.cpp
Android.mk 38 ThreadSafety.cpp \
ThreadSafetyLogical.cpp 16 using namespace clang::threadSafety::lexpr;
103 namespace threadSafety {
ThreadSafetyTIL.cpp 14 namespace threadSafety {
151 } // end namespace threadSafety
  /external/libcxx/test/input.output/iostreams.requirements/iostreams.threadsafety/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostreams.requirements/iostreams.threadsafety/Android.mk
19 test_name := input.output/iostreams.requirements/iostreams.threadsafety/nothing_to_do
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 29 namespace threadSafety {
63 } // end namespace threadSafety
68 clang::threadSafety::til::MemRegionRef &R) {
74 namespace threadSafety {
313 } // end namespace threadSafety
PostOrderCFGView.h 64 /// This method is for tracking visited blocks in the main threadsafety
ThreadSafetyLogical.h 19 namespace threadSafety {
ThreadSafetyCommon.h 35 namespace threadSafety {
389 } // end namespace threadSafety
ThreadSafety.h 1 //===- ThreadSafety.h ------------------------------------------*- C++ --*-===//
  /external/chromium_org/tools/gn/
toolchain.h 22 // Note on threadsafety: The label of the toolchain never changes so can
input_file_manager.h 73 // threadsafety. This class' only job is to hold onto the memory and delete
145 // charge of the threadsafety requirements.
trace.cc 34 // Returns a copy for threadsafety.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 31 threadsafety = 1 variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 31 threadsafety = 1 variable
  /external/ceres-solver/include/ceres/internal/
scoped_ptr.h 58 // once you dereference it, you get the threadsafety guarantees of T.
190 // the returned objects have only the threadsafety guarantees of T.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 37 * <li>Threadsafety is not guaranteed at this level.
  /external/chromium_org/third_party/sqlite/src/src/
mutex_noop.c 199 ** is used regardless of the run-time threadsafety setting.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressThreadTest.java 132 // Test for threadsafety
  /external/chromium_org/third_party/cld/base/
scoped_ptr.h 40 // dereference it, you get the threadsafety guarantees of T.
174 // the returned objects have only the threadsafety guarantees of T.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 164 // Threadsafety is required to support file lookups.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 38 self.assertEqual(sqlite.threadsafety, 1,
39 "threadsafety is %d, should be 1" % sqlite.threadsafety)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 38 self.assertEqual(sqlite.threadsafety, 1,
39 "threadsafety is %d, should be 1" % sqlite.threadsafety)
  /external/chromium_org/third_party/skia/include/core/
SkTemplates.h 107 thread-compatible, and once you dereference it, you get the threadsafety
  /external/skia/include/core/
SkTemplates.h 107 thread-compatible, and once you dereference it, you get the threadsafety

Completed in 363 milliseconds

1 2