Home
last modified time | relevance | path

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

12345678910>>...21

/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 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 __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/
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
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/
Dzephyr_cmake_project.cmake.tpl5 # -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/
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/llvm-project/clang-tools-extra/clangd/support/
DFileCache.h22 /// 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/
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/llvm-project/lldb/source/Host/posix/
DHostInfoPosix.cpp94 // 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/
DServerCallHandler.java19 import javax.annotation.concurrent.ThreadSafe;
25 @ThreadSafe
/external/libchrome/base/test/android/java/src/org/chromium/base/
DTestUiThread.java14 import javax.annotation.concurrent.ThreadSafe;
21 @ThreadSafe
/external/rust/crates/nix/src/
Denv.rs17 /// 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

12345678910>>...21