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

/openjdk9/hotspot/src/os/aix/vm/
H A DattachListener_aix.cpp60 class AixAttachOperation;
86 static AixAttachOperation* read_request(int s);
109 static AixAttachOperation* dequeue();
112 class AixAttachOperation: public AttachOperation { class in inherits:AttachOperation
123 AixAttachOperation(char* name) : AttachOperation(name) { function in class:AixAttachOperation
172 // 1. We Shutdown the socket here instead. AixAttachOperation::complete() is not the right place
258 AixAttachOperation* AixAttachListener::read_request(int s) {
330 AixAttachOperation* op = new AixAttachOperation(name);
355 AixAttachOperation* AixAttachListene
[all...]

Completed in 34 milliseconds