/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ |
H A 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 …]
|
/aosp_15_r20/external/jsr305/javadoc/javax/annotation/concurrent/ |
H A 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>
|
/aosp_15_r20/external/protobuf/objectivec/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/ |
H A 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
|
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/prototype/option-1/sync/ |
H A D | Prototype.java | 12 @ThreadSafe 72 @ThreadSafe 206 @ThreadSafe 296 @ThreadSafe 322 @ThreadSafe 357 @ThreadSafe 383 @ThreadSafe 405 @ThreadSafe 756 @ThreadSafe 784 @ThreadSafe [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/prototype/option-2/sync/ |
H A D | Prototype.java | 12 @ThreadSafe 267 @ThreadSafe 289 @ThreadSafe 296 @ThreadSafe 304 @ThreadSafe 332 @ThreadSafe 358 @ThreadSafe 393 @ThreadSafe 419 @ThreadSafe 830 @ThreadSafe [all …]
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A 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()
|
H A D | thread_annotations_pa_nocompile.nc | 29 class ThreadSafe { 40 void ThreadSafe::IncrementWithoutRelease() { 46 void ThreadSafe::IncrementWithoutAcquire() { 51 void ThreadSafe::IncrementWithWronglyScopedLock() {
|
/aosp_15_r20/external/libchrome/base/ |
H A 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()
|
H A D | thread_annotations_unittest.nc | 28 class ThreadSafe { 38 void ThreadSafe::BuggyIncrement() { 46 void ThreadSafe::BuggyIncrement() { 53 void ThreadSafe::BuggyIncrement() { 67 void ThreadSafe::BuggyIncrement() { }
|
/aosp_15_r20/external/cronet/base/ |
H A 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()
|
H A D | thread_annotations_nocompile.nc | 29 class ThreadSafe { 39 void ThreadSafe::IncrementWithoutRelease() { 45 void ThreadSafe::IncrementWithoutAcquire() { 50 void ThreadSafe::IncrementWithWronglyScopedLock() {
|
/aosp_15_r20/external/rappor/client/cpp/ |
H A 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()
|
/aosp_15_r20/external/skia/src/gpu/vk/vulkanmemoryallocator/ |
H A D | VulkanAMDMemoryAllocator.cpp | 31 ThreadSafe threadSafe, in Make() argument 70 if (threadSafe == ThreadSafe::kNo) { in Make() 281 ThreadSafe threadSafe, in Make() argument 314 threadSafe, in Make()
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/ |
H A D | DynamoDbExtensionContext.java | 20 import software.amazon.awssdk.annotations.ThreadSafe; 28 @ThreadSafe 34 @ThreadSafe 63 @ThreadSafe 76 @ThreadSafe
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | SecureRandom.java | 134 * provider attribute</a> "ThreadSafe" to "true" when registering the provider. 195 private final boolean threadSafe; field in SecureRandom 236 this.threadSafe = getThreadSafe(); in SecureRandom() 244 "SecureRandom." + algorithm + " ThreadSafe", "false")); in getThreadSafe() 274 this.threadSafe = getThreadSafe(); in SecureRandom() 389 this.threadSafe = getThreadSafe(); in SecureRandom() 774 if (threadSafe) { in setSeed() 817 if (threadSafe) { in nextBytes() 844 if (threadSafe) { in nextBytes() 923 if (threadSafe) { in generateSeed() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | SecureRandom.java | 134 * provider attribute</a> "ThreadSafe" to "true" when registering the provider. 195 private final boolean threadSafe; field in SecureRandom 236 this.threadSafe = getThreadSafe(); in SecureRandom() 244 "SecureRandom." + algorithm + " ThreadSafe", "false")); in getThreadSafe() 274 this.threadSafe = getThreadSafe(); in SecureRandom() 389 this.threadSafe = getThreadSafe(); in SecureRandom() 774 if (threadSafe) { in setSeed() 817 if (threadSafe) { in nextBytes() 844 if (threadSafe) { in nextBytes() 923 if (threadSafe) { in generateSeed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | SecureRandom.java | 134 * provider attribute</a> "ThreadSafe" to "true" when registering the provider. 195 private final boolean threadSafe; field in SecureRandom 236 this.threadSafe = getThreadSafe(); in SecureRandom() 244 "SecureRandom." + algorithm + " ThreadSafe", "false")); in getThreadSafe() 274 this.threadSafe = getThreadSafe(); in SecureRandom() 389 this.threadSafe = getThreadSafe(); in SecureRandom() 774 if (threadSafe) { in setSeed() 817 if (threadSafe) { in nextBytes() 844 if (threadSafe) { in nextBytes() 923 if (threadSafe) { in generateSeed() [all …]
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanSharedContext.cpp | 85 skgpu::ThreadSafe threadSafe = options.fClientWillExternallySynchronizeAllThreads in Make() local 86 ? skgpu::ThreadSafe::kNo in Make() 87 : skgpu::ThreadSafe::kYes; in Make() 89 threadSafe, in Make()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/ui/ |
H A 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()
|
/aosp_15_r20/external/AFLplusplus/test/ |
H A D | test-llvm.sh | 42 $ECHO "$GREEN[+] llvm_mode threadsafe compilation succeeded" 47 …$ECHO "$RED[!] llvm_mode threadsafe instrumentation should be different on different input but is … 50 $ECHO "$GREEN[+] llvm_mode threadsafe instrumentation present and working correctly" 53 … $ECHO "$GREEN[+] llvm_mode run reported $TUPLES threadsafe instrumented locations which is fine" 55 $ECHO "$RED[!] llvm_mode threadsafe instrumentation produces weird numbers: $TUPLES" 62 $ECHO "$RED[!] llvm_mode threadsafe instrumentation failed" 67 $ECHO "$RED[!] llvm_mode (threadsafe) failed"
|
/aosp_15_r20/external/aws-sdk-java-v2/core/metrics-spi/src/main/java/software/amazon/awssdk/metrics/ |
H A 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
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | thread_annotations_unittest.cc | 34 class ThreadSafe { class 36 ThreadSafe() { pt_protected_by_lock_ = new int; } in ThreadSafe() function in __anon61bdd3270111::ThreadSafe 38 ~ThreadSafe() { delete pt_protected_by_lock_; } in ~ThreadSafe() 124 ThreadSafe t; in TEST()
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | ResolverEventReporter.h | 46 // Return the binder from the singleton ResolverEventReporter. This method is threadsafe. 50 // threadsafe. 53 // Add the binder to the singleton ResolverEventReporter. This method is threadsafe. 57 // Add the binder to the singleton ResolverEventReporter. This method is threadsafe.
|