/external/libchrome/base/ |
D | thread_annotations_unittest.cc | 28 class ThreadSafe { class 38 void ThreadSafe::ExplicitIncrement() { in ExplicitIncrement() 44 void ThreadSafe::ImplicitIncrement() { in ImplicitIncrement() 50 ThreadSafe thread_safe; in TEST() 54 ThreadSafe thread_safe; in TEST()
|
D | thread_annotations_unittest.nc | 28 class ThreadSafe { 38 void ThreadSafe::BuggyIncrement() { 46 void ThreadSafe::BuggyIncrement() { 53 void ThreadSafe::BuggyIncrement() { 67 void ThreadSafe::BuggyIncrement() { }
|
/external/mesa3d/src/mapi/ |
D | u_current.c | 90 * of that, \c ThreadSafe, which can only ever be changed to \c GL_TRUE, is 117 static int ThreadSafe; variable 194 if (ThreadSafe) in u_current_init() 205 ThreadSafe = 1; in u_current_init() 237 u_current_context = (ThreadSafe) ? NULL : (void *) ptr; in u_current_set_context() 252 if (ThreadSafe) in u_current_get_context_internal() 280 u_current_table = (ThreadSafe) ? NULL : (void *) tbl; in u_current_set_table() 293 if (ThreadSafe) in u_current_get_table_internal()
|
/external/jsr305/javadoc/javax/annotation/concurrent/ |
D | ThreadSafe.html | 7 ThreadSafe 10 <META NAME="keywords" CONTENT="javax.annotation.concurrent.ThreadSafe class"> 17 parent.document.title="ThreadSafe"; 57 …<A HREF="../../../index.html?javax/annotation/concurrent/ThreadSafe.html" target="_top"><B>FRAMES<… 58 <A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A> 89 Annotation Type ThreadSafe</H2> 95 </FONT>public @interface <B>ThreadSafe</B></DL> 99 ThreadSafe 146 …<A HREF="../../../index.html?javax/annotation/concurrent/ThreadSafe.html" target="_top"><B>FRAMES<… 147 <A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A>
|
D | package-frame.html | 32 <A HREF="ThreadSafe.html" title="annotation in javax.annotation.concurrent" target="classFrame">Thr…
|
/external/protobuf/objectivec/google/protobuf/ |
D | Wrappers.pbobjc.m | 61 // This method is threadsafe because it is initially called 106 // This method is threadsafe because it is initially called 151 // This method is threadsafe because it is initially called 196 // This method is threadsafe because it is initially called 241 // This method is threadsafe because it is initially called 286 // This method is threadsafe because it is initially called 330 // This method is threadsafe because it is initially called 375 // This method is threadsafe because it is initially called 420 // This method is threadsafe because it is initially called
|
/external/webrtc/rtc_base/ |
D | thread_annotations_unittest.cc | 34 class ThreadSafe { class 36 ThreadSafe() { pt_protected_by_lock_ = new int; } in ThreadSafe() function in __anone9cbecb10111::ThreadSafe 38 ~ThreadSafe() { delete pt_protected_by_lock_; } in ~ThreadSafe() 124 ThreadSafe t; in TEST()
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/ |
D | RandomHandler.java | 21 import javax.annotation.concurrent.ThreadSafe; 28 @ThreadSafe 38 @ThreadSafe
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | AtomicBackoff.java | 23 import javax.annotation.concurrent.ThreadSafe; 28 @ThreadSafe 47 @ThreadSafe
|
D | ConnectionClientTransport.java | 20 import javax.annotation.concurrent.ThreadSafe; 25 @ThreadSafe
|
D | ObjectPool.java | 19 import javax.annotation.concurrent.ThreadSafe; 24 @ThreadSafe
|
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/ |
D | zephyr_cmake_project.cmake.tpl | 5 # -fno-threadsafe-statics -- disables the mutex around initialization of local static variables 6 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} %{CXX_FLAGS}% -fno-threadsafe-statics -Wno-sign-compare -W…
|
/external/libphonenumber/demo/war/WEB-INF/ |
D | appengine-web.xml | 6 <threadsafe>true</threadsafe>
|
/external/toolchain-utils/android_bench_suite/ |
D | Skia_flags_aosp.diff | 16 "-fno-threadsafe-statics", 28 "-fno-threadsafe-statics",
|
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
D | ThreadSafe.java | 10 * ThreadSafe 21 public @interface ThreadSafe { annotation
|
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | FileCache.h | 22 /// Base class for threadsafe cache of data read from a file on disk. 46 // Updates the cached value if needed, then provides threadsafe access to it. 69 // (It is threadsafe and approximates read-through to TFS).
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/ |
D | appengine-web.xml | 16 <threadsafe>true</threadsafe>
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/webapp/WEB-INF/ |
D | appengine-web.xml | 16 <threadsafe>true</threadsafe>
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/ |
D | MetricProducerImpl.java | 22 import javax.annotation.concurrent.ThreadSafe; 25 @ThreadSafe
|
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/trace/internal/ |
D | ThreadLocalRandomHandler.java | 22 import javax.annotation.concurrent.ThreadSafe; 25 @ThreadSafe
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/common/ |
D | MillisClock.java | 21 import javax.annotation.concurrent.ThreadSafe; 24 @ThreadSafe
|
/external/llvm-project/lldb/source/Host/posix/ |
D | HostInfoPosix.cpp | 94 // Try the threadsafe version first in DoGetGroupName() 100 // The threadsafe version isn't currently working for me on darwin, but the in DoGetGroupName() 101 // non-threadsafe version is, so I am calling it below. in DoGetGroupName()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | ServerCallHandler.java | 19 import javax.annotation.concurrent.ThreadSafe; 25 @ThreadSafe
|
/external/libchrome/base/test/android/java/src/org/chromium/base/ |
D | TestUiThread.java | 14 import javax.annotation.concurrent.ThreadSafe; 21 @ThreadSafe
|
/external/rust/crates/nix/src/ |
D | env.rs | 17 /// This function is not threadsafe and can cause undefined behavior in 20 /// function is a case of an "inherently unsafe non-threadsafe API" dealing with
|