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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java326 Invoker.invokeOnThreadInThreadPool(this, lockTask);
562 Invoker.invokeOnThreadInThreadPool(this, readTask);
736 Invoker.invokeOnThreadInThreadPool(this, writeTask);
H A DWindowsAsynchronousSocketChannelImpl.java363 Invoker.invokeOnThreadInThreadPool(this, task);
637 Invoker.invokeOnThreadInThreadPool(this, readTask);
895 Invoker.invokeOnThreadInThreadPool(this, writeTask);
H A DWindowsAsynchronousServerSocketChannelImpl.java348 Invoker.invokeOnThreadInThreadPool(this, task);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DInvoker.java239 static void invokeOnThreadInThreadPool(Groupable channel, method in class:Invoker

Completed in 36 milliseconds