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

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c50 typedef jint (WINAPI* EnqueueOperationFunc) typedef
97 EnqueueOperationFunc addr;
104 addr = (EnqueueOperationFunc)(pData->_GetProcAddress(h, pData->func1));
106 addr = (EnqueueOperationFunc)(pData->_GetProcAddress(h, pData->func2));

Completed in 30 milliseconds