Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dispoem (0.22 sec)

  1. maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java

                } finally {
                    latch.countDown();
                    Thread.currentThread().setContextClassLoader(old);
                }
            }
        }
    
        @Override
        public void dispose() {
            if (executor instanceof ExecutorService) {
                ((ExecutorService) executor).shutdownNow();
            }
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 24.8K bytes
    - Viewed (0)
  2. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    pooledObjects; private boolean shuttingDown; public void SweeperPool(int, int, int, int, int); private int saneConvert(int); public synchronized Object get(); public synchronized boolean put(Object); public synchronized int getSize(); public synchronized void dispose(); public synchronized void trim(); public void objectDisposed(Object); public void objectAdded(Object); public void objectRetrieved(Object); } org/codehaus/plexus/util/TypeFormat.class package org.codehaus.plexus.util; public final synchronized class...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 164.6K bytes
    - Viewed (0)
  3. RELEASE.md

            won't be lifted out of `tf.function`, thus it can be used as a
            `tf.function`-local variable: during each execution of the
            `tf.function`, the variable will be created and then disposed, similar
            to a local (i.e. stack-allocated) variable in C/C++. Currently
            `experimental_enable_variable_lifting=False` only works on non-XLA
            devices (e.g. under `@tf.function(jit_compile=False)`).
    
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top