Home
last modified time | relevance | path

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

12345678910>>...79

/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
H A 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 …]
/aosp_15_r20/external/jsr305/javadoc/javax/annotation/concurrent/
H A 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;
/aosp_15_r20/external/protobuf/objectivec/
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A 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
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/prototype/option-1/sync/
H A DPrototype.java12 @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 DPrototype.java12 @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 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()
H A Dthread_annotations_pa_nocompile.nc29 class ThreadSafe {
40 void ThreadSafe::IncrementWithoutRelease() {
46 void ThreadSafe::IncrementWithoutAcquire() {
51 void ThreadSafe::IncrementWithWronglyScopedLock() {
/aosp_15_r20/external/libchrome/base/
H A 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()
H A Dthread_annotations_unittest.nc28 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 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()
H A Dthread_annotations_nocompile.nc29 class ThreadSafe {
39 void ThreadSafe::IncrementWithoutRelease() {
45 void ThreadSafe::IncrementWithoutAcquire() {
50 void ThreadSafe::IncrementWithWronglyScopedLock() {
/aosp_15_r20/external/rappor/client/cpp/
H A 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()
/aosp_15_r20/external/skia/src/gpu/vk/vulkanmemoryallocator/
H A DVulkanAMDMemoryAllocator.cpp31 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 DDynamoDbExtensionContext.java20 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/
DSecureRandom.java134 * 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 DSecureRandom.java134 * 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/
DSecureRandom.java134 * 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 DVulkanSharedContext.cpp85 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/
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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/ui/
H A 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()
/aosp_15_r20/external/AFLplusplus/test/
H A Dtest-llvm.sh42 $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 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
/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread_annotations_unittest.cc34 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/
DResolverEventReporter.h46 // 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.

12345678910>>...79