Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 150 for slot (0.17 sec)

  1. guava/src/com/google/common/cache/Striped64.java

       * the capacity, it is doubled in size unless some other thread
       * holds the lock. If a hashed slot is empty, and lock is
       * available, a new Cell is created. Otherwise, if the slot
       * exists, a CAS is tried.  Retries proceed by "double hashing",
       * using a secondary hash (Marsaglia XorShift) to try to find a
       * free slot.
       *
       * The table size is capped because, when there are more threads
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 11.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/Striped64.java

       * the capacity, it is doubled in size unless some other thread
       * holds the lock. If a hashed slot is empty, and lock is
       * available, a new Cell is created. Otherwise, if the slot
       * exists, a CAS is tried.  Retries proceed by "double hashing",
       * using a secondary hash (Marsaglia XorShift) to try to find a
       * free slot.
       *
       * The table size is capped because, when there are more threads
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 11.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/hash/Striped64.java

       * the capacity, it is doubled in size unless some other thread
       * holds the lock. If a hashed slot is empty, and lock is
       * available, a new Cell is created. Otherwise, if the slot
       * exists, a CAS is tried.  Retries proceed by "double hashing",
       * using a secondary hash (Marsaglia XorShift) to try to find a
       * free slot.
       *
       * The table size is capped because, when there are more threads
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 11.5K bytes
    - Viewed (0)
  4. cmd/admin-heal-ops.go

    // operation succeeded.
    func (h *healSequence) pushHealResultItem(r madmin.HealResultItem) error {
    	// start a timer to keep an upper time limit to find an empty
    	// slot to add the given heal result - if no slot is found it
    	// means that the server is holding the maximum amount of
    	// heal-results in memory and the client has not consumed it
    	// for too long.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 25.1K bytes
    - Viewed (1)
  5. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_IRELATIVE R_AARCH64
    pkg debug/elf, const R_AARCH64_JUMP26 = 282
    pkg debug/elf, const R_AARCH64_JUMP26 R_AARCH64
    pkg debug/elf, const R_AARCH64_JUMP_SLOT = 1026
    pkg debug/elf, const R_AARCH64_JUMP_SLOT R_AARCH64
    pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC = 312
    pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC R_AARCH64
    pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC = 299
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  6. api/go1.7.txt

    pkg debug/elf, const R_390_GOTPLTOFF32 = 35
    pkg debug/elf, const R_390_GOTPLTOFF32 R_390
    pkg debug/elf, const R_390_GOTPLTOFF64 = 36
    pkg debug/elf, const R_390_GOTPLTOFF64 R_390
    pkg debug/elf, const R_390_JMP_SLOT = 11
    pkg debug/elf, const R_390_JMP_SLOT R_390
    pkg debug/elf, const R_390_NONE = 0
    pkg debug/elf, const R_390_NONE R_390
    pkg debug/elf, const R_390_PC16 = 16
    pkg debug/elf, const R_390_PC16 R_390
    pkg debug/elf, const R_390_PC16DBL = 17
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Jun 28 15:08:11 GMT 2016
    - 13.6K bytes
    - Viewed (0)
  7. api/go1.19.txt

    pkg debug/elf, const R_LARCH_COPY R_LARCH #46229
    pkg debug/elf, const R_LARCH_IRELATIVE = 12 #46229
    pkg debug/elf, const R_LARCH_IRELATIVE R_LARCH #46229
    pkg debug/elf, const R_LARCH_JUMP_SLOT = 5 #46229
    pkg debug/elf, const R_LARCH_JUMP_SLOT R_LARCH #46229
    pkg debug/elf, const R_LARCH_MARK_LA = 20 #46229
    pkg debug/elf, const R_LARCH_MARK_LA R_LARCH #46229
    pkg debug/elf, const R_LARCH_MARK_PCREL = 21 #46229
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  8. api/go1.11.txt

    pkg debug/elf, const R_RISCV_HI20 = 26
    pkg debug/elf, const R_RISCV_HI20 R_RISCV
    pkg debug/elf, const R_RISCV_JAL = 17
    pkg debug/elf, const R_RISCV_JAL R_RISCV
    pkg debug/elf, const R_RISCV_JUMP_SLOT = 5
    pkg debug/elf, const R_RISCV_JUMP_SLOT R_RISCV
    pkg debug/elf, const R_RISCV_LO12_I = 27
    pkg debug/elf, const R_RISCV_LO12_I R_RISCV
    pkg debug/elf, const R_RISCV_LO12_S = 28
    pkg debug/elf, const R_RISCV_LO12_S R_RISCV
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  9. api/go1.5.txt

    pkg debug/elf, const R_PPC64_GOT_TPREL16_HI R_PPC64
    pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS = 88
    pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS R_PPC64
    pkg debug/elf, const R_PPC64_JMP_SLOT = 21
    pkg debug/elf, const R_PPC64_JMP_SLOT R_PPC64
    pkg debug/elf, const R_PPC64_NONE = 0
    pkg debug/elf, const R_PPC64_NONE R_PPC64
    pkg debug/elf, const R_PPC64_REL14 = 11
    pkg debug/elf, const R_PPC64_REL14 R_PPC64
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/Striped.java

            // We only ever register ArrayReferences with the queue so this is always safe.
            ArrayReference<? extends L> arrayRef = (ArrayReference<? extends L>) ref;
            // Try to clear out the array slot, n.b. if we fail that is fine, in either case the
            // arrayRef will be out of the array after this step.
            locks.compareAndSet(arrayRef.index, arrayRef, null);
          }
        }
    
        @Override
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 10 20:55:18 GMT 2023
    - 20.3K bytes
    - Viewed (1)
Back to top