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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java238 * @see #runSync(Tube,Packet)
436 * return doReturnWith(Fiber.current().runSync(next,request));
453 public synchronized @NotNull Packet runSync(@NotNull Tube tubeline, @NotNull Packet request) { method in class:Fiber
454 // save the current continuation, so that we return runSync() without executing them.
714 wait(); // the synchronized block is the whole runSync method.
763 * When a fiber is run synchronously (IOW by {@link #runSync(Tube, Packet)}),
764 * further invocations to {@link #runSync(Tube, Packet)} can be done
772 * it might find it faster to do {@link #runSync(Tube, Packet)}

Completed in 2081 milliseconds