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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp41 class NotifyDoneClosure;
281 class NotifyDoneClosure : public CHeapObj<mtGC> { class in inherits:CHeapObj
287 NotifyDoneClosure() { function in class:NotifyDoneClosure
291 virtual ~NotifyDoneClosure() {
368 NotifyDoneClosure* _ndc; // Notify on completion.
390 static GCTaskManager* create(uint workers, NotifyDoneClosure* ndc) {
456 GCTaskManager(uint workers, NotifyDoneClosure* ndc);
472 NotifyDoneClosure* notify_done_closure() const {
668 NotifyDoneClosure* _ndc; // The callback object.
671 static NotifyingBarrierGCTask* create(NotifyDoneClosure* nd
[all...]

Completed in 32 milliseconds