Home | History | Annotate | Download | only in concurrent

Lines Matching defs:realCall

866         protected abstract T realCall() throws Throwable;
870 return realCall();
880 protected abstract T realCall() throws Throwable;
884 T result = realCall();
912 protected String realCall() {
997 protected Object realCall() throws InterruptedException {