Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 83 of 83 for threadLocal (3.64 sec)

  1. android/guava/src/com/google/common/base/internal/Finalizer.java

      private final ReferenceQueue<Object> queue;
    
      // By preference, we will use the Thread constructor that has an `inheritThreadLocals` parameter.
      // But before Java 9, our only way not to inherit ThreadLocals is to zap them after the thread
      // is created, by accessing a private field.
      @CheckForNull
      private static final Constructor<Thread> bigThreadConstructor = getBigThreadConstructor();
    
      @CheckForNull
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Aug 23 12:54:09 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/cc_op_gen_util.cc

              "static",
              "static_assert",
              "static_cast",
              "struct",
              "switch",
              "synchronized",
              "template",
              "this",
              "thread_local",
              "throw",
              "true",
              "try",
              "typedef",
              "typeid",
              "typename",
              "union",
              "unsigned",
              "using",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 25K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    uleRevisionId, org.apache.ivy.plugins.repository.Resource); public final String toString(); static void <clinit>(); } org/apache/ivy/core/IvyContext.class package org.apache.ivy.core; public final synchronized class IvyContext { private static ThreadLocal current; private org.apache.ivy.Ivy defaultIvy; private ref.WeakReference ivy; private java.util.Map contextMap; private Thread operatingThread; private resolve.ResolveData resolveData; private module.descriptor.DependencyDescriptor dd; public void...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top