Searched refs:privilegedCallableUsingCurrentClassLoader (Results 1 – 5 of 5) sorted by relevance
417 Executors.privilegedCallableUsingCurrentClassLoader(new NoOpCallable()); in testCreatePrivilegedCallableUsingCCLWithNoPrivs()432 Executors.privilegedCallableUsingCurrentClassLoader in testPrivilegedCallableUsingCCLWithPrivs()
440 Executors.privilegedCallableUsingCurrentClassLoader(new NoOpCallable()); in testCreatePrivilegedCallableUsingCCLWithNoPrivs()455 Executors.privilegedCallableUsingCurrentClassLoader in testPrivilegedCallableUsingCCLWithPrivs()
144 public static <T> java.util.concurrent.Callable<T> privilegedCallableUsingCurrentClassLoader( in privilegedCallableUsingCurrentClassLoader() method in Executors
468 public static <T> Callable<T> privilegedCallableUsingCurrentClassLoader(Callable<T> callable) {
15938 …ated public static <T> java.util.concurrent.Callable<T> privilegedCallableUsingCurrentClassLoader(…