Home
last modified time | relevance | path

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

12345678910>>...40

/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
DContext.java24 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/
Dthread_annotations_pa_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_pa_nocompile.nc29 class ThreadSafe {
40 void ThreadSafe::IncrementWithoutRelease() {
46 void ThreadSafe::IncrementWithoutAcquire() {
51 void ThreadSafe::IncrementWithWronglyScopedLock() {
/external/cronet/base/
Dthread_annotations_unittest.cc29 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()
Dthread_annotations_nocompile.nc29 class ThreadSafe {
39 void ThreadSafe::IncrementWithoutRelease() {
45 void ThreadSafe::IncrementWithoutAcquire() {
50 void ThreadSafe::IncrementWithWronglyScopedLock() {
/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/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/
DDynamoDbExtensionContext.java20 import software.amazon.awssdk.annotations.ThreadSafe;
28 @ThreadSafe
34 @ThreadSafe
63 @ThreadSafe
76 @ThreadSafe
/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;
/external/cronet/third_party/protobuf/objectivec/
DGPBWrappers.pbobjc.m47 // 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/
DGPBWrappers.pbobjc.m47 // 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/
DMetricPublisher.java19 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/
Dthread_annotations_unittest.cc34 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/
Dencoder_unittest.cc103 ::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/
DRandomHandler.java21 import javax.annotation.concurrent.ThreadSafe;
28 @ThreadSafe
38 @ThreadSafe
/external/skia/src/gpu/graphite/vk/
DVulkanSharedContext.cpp113 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/
DAtomicBackoff.java23 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/
DPrototype.java12 @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/
Dappengine-web.xml6 <threadsafe>true</threadsafe>
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
DThreadSafe.java10 * ThreadSafe
21 public @interface ThreadSafe { annotation
/external/private-join-and-compute/private_join_and_compute/crypto/
Dec_commutative_cipher.h151 // 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/
Dappengine-web.xml16 <threadsafe>true</threadsafe>
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DSharedXdsClientPoolProvider.java37 import javax.annotation.concurrent.ThreadSafe;
43 @ThreadSafe
103 @ThreadSafe
/external/federated-compute/fcp/base/
Dprocess_unique_id.h24 // Threadsafe class for creating IDs that are unique per-process.
27 // Threadsafe method for getting a new unique ID, intended to be cheap.

12345678910>>...40