Home
last modified time | relevance | path

Searched refs:ScopedCS (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp252 class ScopedCS: public StackObj { class in ConcurrentHashTable
258 ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht);
259 ~ScopedCS();
493 class MultiGetHandle : private ScopedCS {
496 : ScopedCS(thread, cht) {} in MultiGetHandle()
H A DconcurrentHashTable.inline.hpp214 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
227 ScopedCS::~ScopedCS() in ~ScopedCS()
252 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
608 ScopedCS cs(thread, this); in get_bucket_locked()
899 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert()
973 ScopedCS cs(thread, this); in do_scan_locked()
1037 ScopedCS cs(thread, this); in get_size_log2()
1064 ScopedCS cs(thread, this); in get()
1198 ScopedCS cs(thread, this); in statistics_calculate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp246 class ScopedCS: public StackObj { class in ConcurrentHashTable
252 ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht);
253 ~ScopedCS();
476 class MultiGetHandle : private ScopedCS {
479 : ScopedCS(thread, cht) {} in MultiGetHandle()
H A DconcurrentHashTable.inline.hpp214 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
227 ScopedCS::~ScopedCS() in ~ScopedCS()
237 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
593 ScopedCS cs(thread, this); in get_bucket_locked()
884 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert()
958 ScopedCS cs(thread, this); in do_scan_locked()
1022 ScopedCS cs(thread, this); in get_size_log2()
1049 ScopedCS cs(thread, this); in get()
1183 ScopedCS cs(thread, this); in statistics_calculate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp253 class ScopedCS: public StackObj { class in ConcurrentHashTable
259 ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht);
260 ~ScopedCS();
480 class MultiGetHandle : private ScopedCS {
483 : ScopedCS(thread, cht) {} in MultiGetHandle()
H A DconcurrentHashTable.inline.hpp214 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
227 ScopedCS::~ScopedCS() in ~ScopedCS()
237 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
593 ScopedCS cs(thread, this); in get_bucket_locked()
884 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert()
958 ScopedCS cs(thread, this); in do_scan_locked()
1022 ScopedCS cs(thread, this); in get_size_log2()
1049 ScopedCS cs(thread, this); in get()
1183 ScopedCS cs(thread, this); in statistics_calculate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp253 class ScopedCS: public StackObj { class in ConcurrentHashTable
259 ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht);
260 ~ScopedCS();
480 class MultiGetHandle : private ScopedCS {
483 : ScopedCS(thread, cht) {} in MultiGetHandle()
H A DconcurrentHashTable.inline.hpp214 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
227 ScopedCS::~ScopedCS() in ~ScopedCS()
237 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
593 ScopedCS cs(thread, this); in get_bucket_locked()
884 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert()
958 ScopedCS cs(thread, this); in do_scan_locked()
1022 ScopedCS cs(thread, this); in get_size_log2()
1049 ScopedCS cs(thread, this); in get()
1183 ScopedCS cs(thread, this); in statistics_calculate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp248 class ScopedCS: public StackObj { class in ConcurrentHashTable
254 ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht);
255 ~ScopedCS();
498 class MultiGetHandle : private ScopedCS {
501 : ScopedCS(thread, cht) {} in MultiGetHandle()
H A DconcurrentHashTable.inline.hpp215 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
228 ScopedCS::~ScopedCS() in ~ScopedCS()
238 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
594 ScopedCS cs(thread, this); in get_bucket_locked()
899 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert_get()
975 ScopedCS cs(thread, this); in do_scan_locked()
1039 ScopedCS cs(thread, this); in get_size_log2()
1074 ScopedCS cs(thread, this); in get()
1208 ScopedCS cs(thread, this); in statistics_calculate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp210 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
223 ScopedCS::~ScopedCS() in ~ScopedCS()
248 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
601 ScopedCS cs(thread, this); in get_bucket_locked()
891 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_get_insert()
964 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert()
1037 ScopedCS cs(thread, this); in do_scan_locked()
1100 ScopedCS cs(thread, this); in get_size_log2()
1127 ScopedCS cs(thread, this); in get()
1141 ScopedCS cs(thread, this); in get_copy()
[all …]
H A DconcurrentHashTable.hpp250 class ScopedCS: public StackObj { class in ConcurrentHashTable
256 ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht);
257 ~ScopedCS();
524 class MultiGetHandle : private ScopedCS {
527 : ScopedCS(thread, cht) {} in MultiGetHandle()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp246 class ScopedCS: public StackObj { class in ConcurrentHashTable
251 ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht);
252 ~ScopedCS();
515 class MultiGetHandle : private ScopedCS {
518 : ScopedCS(thread, cht) {} in MultiGetHandle()
H A DconcurrentHashTable.inline.hpp214 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
226 ScopedCS::~ScopedCS() in ~ScopedCS()
251 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
602 ScopedCS cs(thread, this); in get_bucket_locked()
892 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert()
969 ScopedCS cs(thread, this); in do_scan_locked()
1032 ScopedCS cs(thread, this); in get_size_log2()
1059 ScopedCS cs(thread, this); in get()
1073 ScopedCS cs(thread, this); in get_copy()
1208 ScopedCS cs(thread, this); in statistics_to()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp246 class ScopedCS: public StackObj { class in ConcurrentHashTable
251 ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht);
252 ~ScopedCS();
515 class MultiGetHandle : private ScopedCS {
518 : ScopedCS(thread, cht) {} in MultiGetHandle()
H A DconcurrentHashTable.inline.hpp214 ScopedCS::ScopedCS(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in ScopedCS() function in ConcurrentHashTable::ScopedCS
226 ScopedCS::~ScopedCS() in ~ScopedCS()
251 return ScopedCS::_cht->internal_get(ScopedCS::_thread, lookup_f, grow_hint); in get()
602 ScopedCS cs(thread, this); in get_bucket_locked()
892 ScopedCS cs(thread, this); /* protected the table/bucket */ in internal_insert()
969 ScopedCS cs(thread, this); in do_scan_locked()
1032 ScopedCS cs(thread, this); in get_size_log2()
1059 ScopedCS cs(thread, this); in get()
1073 ScopedCS cs(thread, this); in get_copy()
1208 ScopedCS cs(thread, this); in statistics_to()