Home
last modified time | relevance | path

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

12345678910>>...18

/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/rust/cxx/tests/ui/
Dvector_autotraits.rs6 type ThreadSafe; typedef
10 impl CxxVector<ThreadSafe> {}
14 unsafe impl Send for ffi::ThreadSafe {} implementation
19 assert_send::<CxxVector<ffi::ThreadSafe>>(); in main()
/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 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/
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/protobuf/objectivec/google/protobuf/
DWrappers.pbobjc.m61 // 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/
Dthread_annotations_unittest.cc34 class ThreadSafe { class
36 ThreadSafe() { pt_protected_by_lock_ = new int; } in ThreadSafe() function in __anon2a88865d0111::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/
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/jsr305/ri/src/main/java/javax/annotation/concurrent/
DThreadSafe.java10 * ThreadSafe
21 public @interface ThreadSafe { annotation
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/webapp/WEB-INF/
Dappengine-web.xml16 <threadsafe>true</threadsafe>
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/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/libchrome/base/test/android/java/src/org/chromium/base/
DTestUiThread.java14 import javax.annotation.concurrent.ThreadSafe;
21 @ThreadSafe
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerCallHandler.java19 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
DNameResolver.java25 import javax.annotation.concurrent.ThreadSafe;
43 @ThreadSafe
133 @ThreadSafe
DClientStreamTracer.java19 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DNoopStats.java35 import javax.annotation.concurrent.ThreadSafe;
84 @ThreadSafe
146 @ThreadSafe

12345678910>>...18