Home | History | Annotate | Download | only in concurrent

Lines Matching defs:shutdownPerm

593     private static final RuntimePermission shutdownPerm =
751 * permission to shut down threads in general (see shutdownPerm).
760 security.checkPermission(shutdownPerm);