Home
last modified time | relevance | path

Searched refs:thread_safe (Results 1 – 25 of 1660) sorted by relevance

12345678910>>...67

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpartition_direct_map_extent.h16 template <bool thread_safe>
18 PartitionDirectMapExtent<thread_safe>* next_extent;
19 PartitionDirectMapExtent<thread_safe>* prev_extent;
20 PartitionBucket<thread_safe>* bucket;
24 SlotSpanMetadata<thread_safe>* slot_span);
28 template <bool thread_safe>
33 PartitionPage<thread_safe> first_invalid_page;
35 PartitionPage<thread_safe> page;
36 PartitionBucket<thread_safe> bucket;
40 template <bool thread_safe>
[all …]
H A Dpartition_page.h28 template <bool thread_safe>
85 template <bool thread_safe>
184 template <bool thread_safe>
288 template <bool thread_safe>
317 template <bool thread_safe>
325 template <bool thread_safe>
350 template <bool thread_safe>
379 template <bool thread_safe>
392 template <bool thread_safe>
409 template <bool thread_safe>
[all …]
H A Dpartition_page.cc24 template <bool thread_safe>
67 template <bool thread_safe>
71 PartitionRoot<thread_safe>* root = in PartitionRegisterEmptySlotSpan()
108 template <bool thread_safe>
109 SlotSpanMetadata<thread_safe>
113 template <bool thread_safe>
114 SlotSpanMetadata<thread_safe>*
119 template <bool thread_safe>
168 template <bool thread_safe>
169 void SlotSpanMetadata<thread_safe>::Decommit(PartitionRoot<thread_safe>* root) { in Decommit()
[all …]
H A Dpartition_root.h121 template <bool thread_safe>
442 template <bool thread_safe>
456 template <bool thread_safe>
507 template <bool thread_safe>
526 template <bool thread_safe>
548 template <bool thread_safe>
660 template <bool thread_safe>
672 template <bool thread_safe>
680 template <bool thread_safe>
687 template <bool thread_safe>
[all …]
H A Dpcscan.cc78 template <bool thread_safe>
93 template <bool thread_safe>
146 template <bool thread_safe>
177 template <bool thread_safe>
214 template <bool thread_safe>
233 template <bool thread_safe>
275 template <bool thread_safe>
295 template <bool thread_safe>
331 template <bool thread_safe>
334 template <bool thread_safe>
[all …]
H A Dpartition_bucket.cc31 template <bool thread_safe>
146 template <bool thread_safe>
202 template <bool thread_safe>
214 template <bool thread_safe>
219 template <bool thread_safe>
221 PartitionRoot<thread_safe>* root, in AllocNewSlotSpan()
441 template <bool thread_safe>
458 template <bool thread_safe>
528 template <bool thread_safe>
577 template <bool thread_safe>
[all …]
H A Dpartition_root.cc18 template <bool thread_safe>
182 template <bool thread_safe>
198 template <bool thread_safe>
233 template <bool thread_safe>
288 template <bool thread_safe>
324 template <bool thread_safe>
329 template <bool thread_safe>
347 template <bool thread_safe>
356 template <bool thread_safe>
379 if (thread_safe && in Init()
[all …]
H A Dpcscan.h35 template <bool thread_safe>
38 using Root = PartitionRoot<thread_safe>;
39 using SlotSpan = SlotSpanMetadata<thread_safe>;
85 template <bool thread_safe>
88 template <bool thread_safe>
89 bool PCScan<thread_safe>::QuarantineData::Account(size_t size) { in Account()
94 template <bool thread_safe>
95 void PCScan<thread_safe>::QuarantineData::ResetAndAdvanceEpoch() { in ResetAndAdvanceEpoch()
100 template <bool thread_safe>
111 template <bool thread_safe>
[all …]
H A Dpartition_bucket.h22 template <bool thread_safe>
25 SlotSpanMetadata<thread_safe>* active_slot_spans_head;
27 SlotSpanMetadata<thread_safe>* empty_slot_spans_head;
28 SlotSpanMetadata<thread_safe>* decommitted_slot_spans_head;
61 BASE_EXPORT NOINLINE void* SlowPathAlloc(PartitionRoot<thread_safe>* root,
158 ALWAYS_INLINE void* AllocNewSlotSpan(PartitionRoot<thread_safe>* root,
172 SlotSpanMetadata<thread_safe>* slot_span);
178 SlotSpanMetadata<thread_safe>* slot_span);
/dports/devel/boost-docs/boost_1_72_0/boost/histogram/accumulators/
H A Dthread_safe.hpp32 class thread_safe : public std::atomic<T> { class
37 thread_safe() noexcept : super_t(static_cast<T>(0)) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
39 thread_safe(const thread_safe& o) noexcept : super_t(o.load()) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
40 thread_safe& operator=(const thread_safe& o) noexcept { in operator =()
45 thread_safe(value_type arg) : super_t(arg) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
46 thread_safe& operator=(value_type arg) { in operator =()
51 thread_safe& operator+=(const thread_safe& arg) { in operator +=()
55 thread_safe& operator+=(value_type arg) { in operator +=()
59 thread_safe& operator++() { in operator ++()
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/accumulators/
H A Dthread_safe.hpp32 class thread_safe : public std::atomic<T> { class
37 thread_safe() noexcept : super_t(static_cast<T>(0)) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
39 thread_safe(const thread_safe& o) noexcept : super_t(o.load()) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
40 thread_safe& operator=(const thread_safe& o) noexcept { in operator =()
45 thread_safe(value_type arg) : super_t(arg) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
46 thread_safe& operator=(value_type arg) { in operator =()
51 thread_safe& operator+=(const thread_safe& arg) { in operator +=()
55 thread_safe& operator+=(value_type arg) { in operator +=()
59 thread_safe& operator++() { in operator ++()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/accumulators/
H A Dthread_safe.hpp32 class thread_safe : public std::atomic<T> { class
37 thread_safe() noexcept : super_t(static_cast<T>(0)) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
39 thread_safe(const thread_safe& o) noexcept : super_t(o.load()) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
40 thread_safe& operator=(const thread_safe& o) noexcept { in operator =()
45 thread_safe(value_type arg) : super_t(arg) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
46 thread_safe& operator=(value_type arg) { in operator =()
51 thread_safe& operator+=(const thread_safe& arg) { in operator +=()
55 thread_safe& operator+=(value_type arg) { in operator +=()
59 thread_safe& operator++() { in operator ++()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/accumulators/
H A Dthread_safe.hpp32 class thread_safe : public std::atomic<T> { class
37 thread_safe() noexcept : super_t(static_cast<T>(0)) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
39 thread_safe(const thread_safe& o) noexcept : super_t(o.load()) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
40 thread_safe& operator=(const thread_safe& o) noexcept { in operator =()
45 thread_safe(value_type arg) : super_t(arg) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
46 thread_safe& operator=(value_type arg) { in operator =()
51 thread_safe& operator+=(const thread_safe& arg) { in operator +=()
55 thread_safe& operator+=(value_type arg) { in operator +=()
59 thread_safe& operator++() { in operator ++()
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/accumulators/
H A Dthread_safe.hpp32 class thread_safe : public std::atomic<T> { class
37 thread_safe() noexcept : super_t(static_cast<T>(0)) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
39 thread_safe(const thread_safe& o) noexcept : super_t(o.load()) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
40 thread_safe& operator=(const thread_safe& o) noexcept { in operator =()
45 thread_safe(value_type arg) : super_t(arg) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
46 thread_safe& operator=(value_type arg) { in operator =()
51 thread_safe& operator+=(const thread_safe& arg) { in operator +=()
55 thread_safe& operator+=(value_type arg) { in operator +=()
59 thread_safe& operator++() { in operator ++()
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/accumulators/
H A Dthread_safe.hpp32 class thread_safe : public std::atomic<T> { class
37 thread_safe() noexcept : super_t(static_cast<T>(0)) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
39 thread_safe(const thread_safe& o) noexcept : super_t(o.load()) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
40 thread_safe& operator=(const thread_safe& o) noexcept { in operator =()
45 thread_safe(value_type arg) : super_t(arg) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
46 thread_safe& operator=(value_type arg) { in operator =()
51 thread_safe& operator+=(const thread_safe& arg) { in operator +=()
55 thread_safe& operator+=(value_type arg) { in operator +=()
59 thread_safe& operator++() { in operator ++()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Drid.h114 if (thread_safe) { in make_rid()
124 if (thread_safe) { in make_rid()
133 if (thread_safe) { in get()
139 if (thread_safe) { in get()
150 if (thread_safe) { in owns()
156 if (thread_safe) { in owns()
165 if (thread_safe) { in free()
173 if (thread_safe) { in get_owned_list()
186 if (thread_safe) { in get_owned_list()
192 if (thread_safe) { in RID_Owner()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Drid.h114 if (thread_safe) { in make_rid()
124 if (thread_safe) { in make_rid()
133 if (thread_safe) { in get()
139 if (thread_safe) { in get()
150 if (thread_safe) { in owns()
156 if (thread_safe) { in owns()
165 if (thread_safe) { in free()
173 if (thread_safe) { in get_owned_list()
186 if (thread_safe) { in get_owned_list()
192 if (thread_safe) { in RID_Owner()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c29 if ((B)->thread_safe) \
33 if ((A)->thread_safe) \
37 if ((A)->thread_safe) \
41 if ((A)->thread_safe) \
45 if ((B)->thread_safe) \
49 if ((A)->thread_safe) \
53 if ((A)->thread_safe) \
57 if ((A)->thread_safe) \
77 int thread_safe; member
91 int thread_safe, in logger_open() argument
[all …]

12345678910>>...67