Home
last modified time | relevance | path

Searched full:threadsafe (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/libchrome/base/
Dthread_annotations_unittest.cc28 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()
Dthread_annotations_unittest.nc28 class ThreadSafe {
38 void ThreadSafe::BuggyIncrement() {
46 void ThreadSafe::BuggyIncrement() {
53 void ThreadSafe::BuggyIncrement() {
67 void ThreadSafe::BuggyIncrement() { }
/external/mesa3d/src/mapi/
Du_current.c90 * 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 return ThreadSafe ? tss_get(u_current_context_tsd) : u_current_context; in u_current_get_context_internal()
275 u_current_table = (ThreadSafe) ? NULL : (void *) tbl; in u_current_set_table()
288 if (ThreadSafe) in u_current_get_table_internal()
/external/protobuf/objectivec/google/protobuf/
DWrappers.pbobjc.m42 // This method is threadsafe because it is initially called
85 // This method is threadsafe because it is initially called
128 // This method is threadsafe because it is initially called
171 // This method is threadsafe because it is initially called
214 // This method is threadsafe because it is initially called
257 // This method is threadsafe because it is initially called
299 // This method is threadsafe because it is initially called
342 // This method is threadsafe because it is initially called
385 // This method is threadsafe because it is initially called
/external/jsr305/javadoc/javax/annotation/concurrent/
DThreadSafe.html7 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 &nbsp;<A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
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 &nbsp;<A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
Dpackage-frame.html32 <A HREF="ThreadSafe.html" title="annotation in javax.annotation.concurrent" target="classFrame">Thr…
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/
DRandomHandler.java21 import javax.annotation.concurrent.ThreadSafe;
28 @ThreadSafe
38 @ThreadSafe
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAtomicBackoff.java23 import javax.annotation.concurrent.ThreadSafe;
28 @ThreadSafe
47 @ThreadSafe
DConnectionClientTransport.java20 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
DObjectPool.java19 import javax.annotation.concurrent.ThreadSafe;
24 @ThreadSafe
DInternalServer.java23 import javax.annotation.concurrent.ThreadSafe;
29 @ThreadSafe
/external/libphonenumber/demo/war/WEB-INF/
Dappengine-web.xml6 <threadsafe>true</threadsafe>
/external/toolchain-utils/android_bench_suite/
DSkia_flags_aosp.diff16 "-fno-threadsafe-statics",
28 "-fno-threadsafe-statics",
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
DThreadSafe.java10 * ThreadSafe
21 public @interface ThreadSafe { annotation
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/
Dappengine-web.xml16 <threadsafe>true</threadsafe>
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/webapp/WEB-INF/
Dappengine-web.xml16 <threadsafe>true</threadsafe>
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMetricProducerImpl.java22 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/trace/internal/
DThreadLocalRandomHandler.java22 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/common/
DMillisClock.java21 import javax.annotation.concurrent.ThreadSafe;
24 @ThreadSafe
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DNameResolver.java22 import javax.annotation.concurrent.ThreadSafe;
40 @ThreadSafe
129 @ThreadSafe
DServerCallHandler.java19 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
DClientStreamTracer.java19 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
DHandlerRegistry.java22 import javax.annotation.concurrent.ThreadSafe;
27 @ThreadSafe
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DNoopStats.java35 import javax.annotation.concurrent.ThreadSafe;
84 @ThreadSafe
146 @ThreadSafe
/external/opencensus-java/exporters/trace/logging/src/main/java/io/opencensus/exporter/trace/logging/
DLoggingExporter.java21 import javax.annotation.concurrent.ThreadSafe;
38 @ThreadSafe

12345678910>>...16