Home
last modified time | relevance | path

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

12345678910>>...26

/external/cronet/base/allocator/partition_allocator/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_unittest.nc28 class ThreadSafe {
38 void ThreadSafe::BuggyIncrement() {
46 void ThreadSafe::BuggyIncrement() {
53 void ThreadSafe::BuggyIncrement() {
67 void ThreadSafe::BuggyIncrement() { }
/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/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_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/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;
/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/webrtc/rtc_base/
Dthread_annotations_unittest.cc34 class ThreadSafe { class
36 ThreadSafe() { pt_protected_by_lock_ = new int; } in ThreadSafe() function in __anon271615960111::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/cronet/base/allocator/partition_allocator/
Dhardening_unittest.cc30 PartitionRoot<ThreadSafe> root({ in TEST()
61 PartitionRoot<ThreadSafe> root({ in TEST()
88 PartitionRoot<ThreadSafe> root({ in TEST()
106 auto* metadata = SlotSpanMetadata<ThreadSafe>::FromSlotStart(slot_start); in TEST()
121 PartitionRoot<ThreadSafe> root({ in TEST()
Dpartition_alloc_unittest.cc151 partition_alloc::internal::ThreadSafe>::GetDirectMapSlotSize(100),
158 partition_alloc::PartitionRoot<partition_alloc::internal::ThreadSafe>* root, in AllocateRandomly()
222 using SlotSpan = SlotSpanMetadata<ThreadSafe>;
252 const PartitionAllocator<internal::ThreadSafe>& allocator) { in ExtraAllocSize()
259 ScopedPageAllocation(PartitionAllocator<internal::ThreadSafe>& allocator, in ScopedPageAllocation()
281 PartitionAllocator<internal::ThreadSafe>& allocator_;
381 PartitionRoot<ThreadSafe>::EnableSortActiveSlotSpans(); in SetUp()
405 return PartitionRoot<internal::ThreadSafe>::SizeToBucketIndex( in SizeToIndex()
428 PartitionRoot<ThreadSafe>::Bucket* bucket = in GetNumPagesPerSlotSpan()
441 PartitionRoot<ThreadSafe>::Bucket* bucket = in GetFullSlotSpan()
[all …]
Dpartition_alloc_forward.h37 constexpr bool ThreadSafe = true; variable
61 template <bool thread_safe = internal::ThreadSafe>
64 using ThreadSafePartitionRoot = PartitionRoot<internal::ThreadSafe>;
Dgwp_asan_support.cc40 PartitionRoot<internal::ThreadSafe>::SizeToBucketIndex( in MapRegion()
88 internal::PartitionSuperPageToMetadataArea<internal::ThreadSafe>( in MapRegion()
101 internal::SlotSpanMetadata<internal::ThreadSafe>::ToSlotSpanStart( in MapRegion()
/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
DObjectPool.java19 import javax.annotation.concurrent.ThreadSafe;
24 @ThreadSafe
/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/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

12345678910>>...26