Searched defs:workers (Results 1 - 16 of 16) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/shared/
H A DpreservedMarks.hpp90 SharedRestorePreservedMarksTaskExecutor(WorkGang* workers) : _workers(workers) { } argument
H A DgenCollectedHeap.hpp127 WorkGang* workers() const { return _workers; } function in class:GenCollectedHeap
H A Dworkgroup.hpp135 AbstractWorkGang(const char* name, uint workers, bool are_GC_task_threads, bool are_ConcurrentGC_threads) : argument
[all...]
/openjdk9/hotspot/src/share/vm/gc/cms/
H A DyieldingWorkgroup.cpp33 YieldingFlexibleWorkGang( const char* name, uint workers, bool are_GC_task_threads) argument
[all...]
H A DparNewGeneration.cpp808 WorkGang* workers = gch->workers(); local
820 WorkGang* workers = gch->workers(); local
891 WorkGang* workers = gch->workers(); local
[all...]
/openjdk9/hotspot/test/native/gc/g1/
H A Dtest_workerDataArray.cpp83 format_summary( size_t min, double avg, size_t max, size_t diff, size_t sum, size_t workers) argument
96 format_summary( double min, double avg, double max, double diff, double sum, size_t workers) argument
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DgcTaskManager.cpp373 GCTaskManager::GCTaskManager(uint workers) : argument
[all...]
H A DgcTaskManager.hpp389 create(uint workers) argument
457 uint workers() const { function in class:GCTaskManager
[all...]
/openjdk9/hotspot/src/share/vm/gc/g1/
H A DcollectionSetChooser.cpp262 void CollectionSetChooser::rebuild(WorkGang* workers, uint n_regions) { argument
H A Dg1CardLiveData.cpp320 void G1CardLiveData::create(WorkGang* workers, G1CMBitMap* mark_bitmap) { argument
387 void G1CardLiveData::finalize(WorkGang* workers, G1CMBitMap* mark_bitmap) { argument
423 void G1CardLiveData::clear(WorkGang* workers) { argument
570 verify(WorkGang* workers, G1CMBitMap* actual_bitmap) argument
[all...]
H A Dg1CollectedHeap.hpp541 WorkGang* workers() const { return _workers; } function in class:G1CollectedHeap
H A Dg1RemSet.cpp802 void G1RemSet::create_card_live_data(WorkGang* workers, G1CMBitMap* mark_bitmap) { argument
806 void G1RemSet::finalize_card_live_data(WorkGang* workers, G1CMBitMap* mark_bitmap) { argument
810 void G1RemSet::verify_card_live_data(WorkGang* workers, G1CMBitMa argument
814 clear_card_live_data(WorkGang* workers) argument
[all...]
H A Dg1CollectedHeap.cpp4059 G1STWRefProcTaskExecutor(G1CollectedHeap* g1h, G1ParScanThreadStateSet* per_thread_states, WorkGang* workers, RefToScanQueueSet *task_queues, uint n_workers) argument
4184 G1ParPreserveCMReferentsTask(G1CollectedHeap* g1h, G1ParScanThreadStateSet* per_thread_states, int workers, RefToScanQueueSet *task_queues) argument
[all...]
/openjdk9/jdk/test/java/util/logging/
H A DRacingThreadsTest.java301 public void runTest(DriverThread driver, WorkerThread[] workers) { argument
487 private void run(WorkerThread[] workers) { argument
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolImpl.java111 List<WorkerThread> workers = new ArrayList<>(); field in class:ThreadPoolImpl
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java483 private final HashSet<Worker> workers = new HashSet<>(); field in class:ThreadPoolExecutor
[all...]

Completed in 294 milliseconds