Home | History | Annotate | Download | only in grpc

Lines Matching refs:toRestore

106     Context toRestore = contextOfThisThread.attach();
116 contextOfThisThread.detach(toRestore);
236 Context toRestore = child.attach();
243 child.detach(toRestore);
252 Context toRestore = child.attach();
260 child.detach(toRestore);
400 Context toRestore = base.attach();
417 base.detach(toRestore);
796 Context toRestore = child.attach();
798 assertNotNull(toRestore);
801 child.detach(toRestore);
859 public void detach(Context toDetach, Context toRestore) {
873 Context toRestore = blueContext.attach();
874 assertEquals(Context.ROOT, toRestore);
877 blueContext.detach(toRestore);