| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ |
| D | Context.java | 24 import software.amazon.awssdk.annotations.ThreadSafe; 45 @ThreadSafe 57 @ThreadSafe 65 @ThreadSafe 73 @ThreadSafe 96 @ThreadSafe 104 @ThreadSafe 112 @ThreadSafe 134 @ThreadSafe 142 @ThreadSafe [all …]
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
| D | thread_annotations_pa_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_pa_nocompile.nc | 29 class ThreadSafe { 40 void ThreadSafe::IncrementWithoutRelease() { 46 void ThreadSafe::IncrementWithoutAcquire() { 51 void ThreadSafe::IncrementWithWronglyScopedLock() {
|
| /external/cronet/base/ |
| D | thread_annotations_unittest.cc | 29 class ThreadSafe { class 39 void ThreadSafe::ExplicitIncrement() { in ExplicitIncrement() 45 void ThreadSafe::ImplicitIncrement() { in ImplicitIncrement() 51 ThreadSafe thread_safe; in TEST() 55 ThreadSafe thread_safe; in TEST()
|
| D | thread_annotations_nocompile.nc | 29 class ThreadSafe { 39 void ThreadSafe::IncrementWithoutRelease() { 45 void ThreadSafe::IncrementWithoutAcquire() { 50 void ThreadSafe::IncrementWithWronglyScopedLock() {
|
| /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/rust/cxx/tests/ui/ |
| D | vector_autotraits.rs | 6 type ThreadSafe; typedef 10 impl CxxVector<ThreadSafe> {} 14 unsafe impl Send for ffi::ThreadSafe {} implementation 19 assert_send::<CxxVector<ffi::ThreadSafe>>(); in main()
|
| /external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/ |
| D | DynamoDbExtensionContext.java | 20 import software.amazon.awssdk.annotations.ThreadSafe; 28 @ThreadSafe 34 @ThreadSafe 63 @ThreadSafe 76 @ThreadSafe
|
| /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>
|
| /external/cronet/third_party/protobuf/objectivec/ |
| D | GPBWrappers.pbobjc.m | 47 // This method is threadsafe because it is initially called 92 // This method is threadsafe because it is initially called 137 // This method is threadsafe because it is initially called 182 // This method is threadsafe because it is initially called 227 // This method is threadsafe because it is initially called 272 // This method is threadsafe because it is initially called 316 // This method is threadsafe because it is initially called 361 // This method is threadsafe because it is initially called 406 // This method is threadsafe because it is initially called
|
| /external/protobuf/objectivec/ |
| D | GPBWrappers.pbobjc.m | 47 // This method is threadsafe because it is initially called 92 // This method is threadsafe because it is initially called 137 // This method is threadsafe because it is initially called 182 // This method is threadsafe because it is initially called 227 // This method is threadsafe because it is initially called 272 // This method is threadsafe because it is initially called 316 // This method is threadsafe because it is initially called 361 // This method is threadsafe because it is initially called 406 // This method is threadsafe because it is initially called
|
| /external/aws-sdk-java-v2/core/metrics-spi/src/main/java/software/amazon/awssdk/metrics/ |
| D | MetricPublisher.java | 19 import software.amazon.awssdk.annotations.ThreadSafe; 33 * multiple threads, and necessitates that all implementations are threadsafe. 36 * concurrently so implementations must be threadsafe. 38 @ThreadSafe
|
| /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 __anone1a6fac50111::ThreadSafe 38 ~ThreadSafe() { delete pt_protected_by_lock_; } in ~ThreadSafe() 124 ThreadSafe t; in TEST()
|
| /external/rappor/client/cpp/ |
| D | encoder_unittest.cc | 103 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 117 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 131 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 145 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 210 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 224 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 274 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F()
|
| /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/skia/src/gpu/graphite/vk/ |
| D | VulkanSharedContext.cpp | 113 skgpu::ThreadSafe threadSafe = options.fClientWillExternallySynchronizeAllThreads in Make() local 114 ? skgpu::ThreadSafe::kNo in Make() 115 : skgpu::ThreadSafe::kYes; in Make() 122 threadSafe); in Make()
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
| D | AtomicBackoff.java | 23 import javax.annotation.concurrent.ThreadSafe; 28 @ThreadSafe 47 @ThreadSafe
|
| /external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/prototype/option-1/sync/ |
| D | Prototype.java | 12 @ThreadSafe 72 @ThreadSafe 206 @ThreadSafe 296 @ThreadSafe 322 @ThreadSafe 357 @ThreadSafe 383 @ThreadSafe 405 @ThreadSafe 756 @ThreadSafe 784 @ThreadSafe [all …]
|
| /external/libphonenumber/demo/src/main/webapp/WEB-INF/ |
| D | appengine-web.xml | 6 <threadsafe>true</threadsafe>
|
| /external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
| D | ThreadSafe.java | 10 * ThreadSafe 21 public @interface ThreadSafe { annotation
|
| /external/private-join-and-compute/private_join_and_compute/crypto/ |
| D | ec_commutative_cipher.h | 151 // This method is not threadsafe. 165 // This method is not threadsafe. 176 // This method is not threadsafe. 195 // This method is not threadsafe. 208 // This method is not threadsafe.
|
| /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/xds/src/main/java/io/grpc/xds/ |
| D | SharedXdsClientPoolProvider.java | 37 import javax.annotation.concurrent.ThreadSafe; 43 @ThreadSafe 103 @ThreadSafe
|
| /external/federated-compute/fcp/base/ |
| D | process_unique_id.h | 24 // Threadsafe class for creating IDs that are unique per-process. 27 // Threadsafe method for getting a new unique ID, intended to be cheap.
|