Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 74 for fslock (0.37 sec)

  1. src/syscall/zerrors_linux_riscv64.go

    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    	HUPCL                            = 0x400
    	ICANON                           = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_ppc64.go

    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    	HUPCL                            = 0x4000
    	ICANON                           = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_s390x.go

    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    	HUPCL                            = 0x400
    	ICANON                           = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_arm64.go

    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    	HUPCL                            = 0x400
    	ICANON                           = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_loong64.go

    	F_SET_FILE_RW_HINT                = 0x40e
    	F_SET_RW_HINT                     = 0x40c
    	F_SHLCK                           = 0x8
    	F_TEST                            = 0x3
    	F_TLOCK                           = 0x2
    	F_ULOCK                           = 0x0
    	F_UNLCK                           = 0x2
    	F_WRLCK                           = 0x1
    	HUPCL                             = 0x400
    	ICANON                            = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    	0x57c: 0x0010, 0x57e: 0x0010,
    }
    
    // caseIndex: 25 blocks, 1600 entries, 3200 bytes
    // Block 0 is the zero block.
    var caseIndex = [1600]uint16{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x14, 0xc3: 0x15, 0xc4: 0x16, 0xc5: 0x17, 0xc6: 0x01, 0xc7: 0x02,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	F_SETLKW                      = 0x7
    	F_SETLKW64                    = 0xd
    	F_SETOWN                      = 0x9
    	F_TEST                        = 0x3
    	F_TLOCK                       = 0x2
    	F_TSTLK                       = 0xf
    	F_ULOCK                       = 0x0
    	F_UNLCK                       = 0x3
    	F_WRLCK                       = 0x2
    	HUPCL                         = 0x400
    	IBSHIFT                       = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

            block.propertyAssignment(comment, propertyName, propertyValue, true);
            return this;
        }
    
        /**
         * Adds a top level block statement.
         *
         * @return The body of the block, to which further statements can be added.
         */
        public ScriptBlockBuilder block(@Nullable String comment, String methodName) {
            return block.block(comment, methodName);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  9. src/runtime/malloc.go

    	// huge pages. We'll set all the old entries after we release the lock.
    	lock(&h.lock)
    	if h.arenasHugePages {
    		unlock(&h.lock)
    		return
    	}
    	h.arenasHugePages = true
    	unlock(&h.lock)
    
    	// N.B. The arenas L1 map is quite small on all platforms, so it's fine to
    	// just iterate over the whole thing.
    	for i := range h.arenas {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewrite.go

    		args = args[:len(args)-1]
    		if target.Block.ID != v.Block.ID {
    			// Since target and load are in the same block
    			// we can stop searching when we leave the block.
    			continue
    		}
    		if v.Op == OpPhi {
    			// A Phi implies we have reached the top of the block.
    			// The memory phi, if it exists, is always
    			// the first logical store in the block.
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
Back to top