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

/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp59 class LinuxAttachOperation;
83 static LinuxAttachOperation* read_request(int s);
103 static LinuxAttachOperation* dequeue();
106 class LinuxAttachOperation: public AttachOperation { class in inherits:AttachOperation
117 LinuxAttachOperation(char* name) : AttachOperation(name) { function in class:LinuxAttachOperation
231 LinuxAttachOperation* LinuxAttachListener::read_request(int s) {
301 LinuxAttachOperation* op = new LinuxAttachOperation(name);
326 LinuxAttachOperation* LinuxAttachListener::dequeue() {
357 LinuxAttachOperation* o
[all...]

Completed in 39 milliseconds