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

/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.hpp41 class AttachOperation;
43 typedef jint (*AttachOperationFunction)(AttachOperation* op, outputStream* out);
81 static jint pd_set_flag(AttachOperation* op, outputStream* out);
90 static AttachOperation* dequeue();
93 class AttachOperation: public CHeapObj<mtInternal> { class in inherits:CHeapObj
136 AttachOperation(char* name) { function in class:AttachOperation

Completed in 32 milliseconds