Home
last modified time | relevance | path

Searched refs:WithUpdatedActiveWorkers (Results 1 – 5 of 5) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A Dworkgroup.hpp180 class WithUpdatedActiveWorkers : public StackObj { class
186 WithUpdatedActiveWorkers(WorkGang* gang, uint requested_num_workers) : in WithUpdatedActiveWorkers() function in WithUpdatedActiveWorkers
193 ~WithUpdatedActiveWorkers() { in ~WithUpdatedActiveWorkers()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A Dworkgroup.hpp208 class WithUpdatedActiveWorkers : public StackObj { class
214 WithUpdatedActiveWorkers(AbstractWorkGang* gang, uint requested_num_workers) : in WithUpdatedActiveWorkers() function in WithUpdatedActiveWorkers
221 ~WithUpdatedActiveWorkers() { in ~WithUpdatedActiveWorkers()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A DheapInspection.cpp585 WithUpdatedActiveWorkers update_and_restore(gang, parallel_thread_num); in populate_table()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/memory/
H A DheapInspection.cpp585 WithUpdatedActiveWorkers update_and_restore(gang, parallel_thread_num); in populate_table()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp687 WithUpdatedActiveWorkers update(workers, workers->created_workers()); in clear_next_bitmap()