Searched defs:ndc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp385 GCTaskManager::GCTaskManager(uint workers, NotifyDoneClosure* ndc) : argument
389 _ndc(ndc) {
708 NotifyDoneClosure* ndc = notify_done_closure();
709 if (ndc != NULL) {
710 ndc->notify(this);
965 NotifyDoneClosure* ndc = notify_done_closure();
966 if (ndc != NULL) {
967 ndc->notify(manager);
H A DgcTaskManager.hpp390 static GCTaskManager* create(uint workers, NotifyDoneClosure* ndc) { argument
391 return new GCTaskManager(workers, ndc);
456 GCTaskManager(uint workers, NotifyDoneClosure* ndc);
671 static NotifyingBarrierGCTask* create(NotifyDoneClosure* ndc) { argument
672 return new NotifyingBarrierGCTask(ndc);
684 NotifyingBarrierGCTask(NotifyDoneClosure* ndc) : argument
686 _ndc(ndc) {

Completed in 33 milliseconds