Searched refs:ExitProc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp407 class ExitProc : public CHeapObj<mtInternal> { class in inherits:CHeapObj
411 ExitProc* _next;
413 // ExitProc(void (*proc)(void)) {
414 ExitProc(__exit_proc proc) { function in class:ExitProc
419 ExitProc* next() const { return _next; }
420 void set_next(ExitProc* next) { _next = next; }
426 static ExitProc* exit_procs = NULL;
431 ExitProc *entry = new ExitProc(func);
472 ExitProc* curren
[all...]

Completed in 30 milliseconds