Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 239 for 250 (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    	{"vm.swapencrypt.keyscreated", []_C_int{2, 5, 1}},
    	{"vm.swapencrypt.keysdeleted", []_C_int{2, 5, 2}},
    	{"vm.uspace", []_C_int{2, 11}},
    	{"vm.uvmexp", []_C_int{2, 4}},
    	{"vm.vmmeter", []_C_int{2, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. src/internal/xcoff/xcoff.go

    	Xauxtype  uint8  // Type of auxiliary entry
    }
    
    // Auxiliary type
    const (
    	_AUX_EXCEPT = 255
    	_AUX_FCN    = 254
    	_AUX_SYM    = 253
    	_AUX_FILE   = 252
    	_AUX_CSECT  = 251
    	_AUX_SECT   = 250
    )
    
    // Symbol type field.
    const (
    	XTY_ER = 0 // External reference
    	XTY_SD = 1 // Section definition
    	XTY_LD = 2 // Label definition
    	XTY_CM = 3 // Common csect definition
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 20:36:37 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_SHMAT          = 228 // { void *sys_shmat(int shmid, const void *shmaddr, \
    	SYS_SHMDT          = 230 // { int sys_shmdt(const void *shmaddr); }
    	SYS_MINHERIT       = 250 // { int sys_minherit(void *addr, size_t len, \
    	SYS_POLL           = 252 // { int sys_poll(struct pollfd *fds, \
    	SYS_ISSETUGID      = 253 // { int sys_issetugid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_SHMAT          = 228 // { void *sys_shmat(int shmid, const void *shmaddr, \
    	SYS_SHMDT          = 230 // { int sys_shmdt(const void *shmaddr); }
    	SYS_MINHERIT       = 250 // { int sys_minherit(void *addr, size_t len, \
    	SYS_POLL           = 252 // { int sys_poll(struct pollfd *fds, \
    	SYS_ISSETUGID      = 253 // { int sys_issetugid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  5. cni/test/install_cni.go

    				// We should have waited for the delayed conf
    				return fmt.Errorf("did not wait for valid config file")
    			}
    			return nil
    		}, retry.Delay(time.Millisecond), retry.Timeout(time.Millisecond*250))
    		var destFilenm string
    		if preConfFile != "" {
    			destFilenm = preConfFile
    		} else {
    			destFilenm = delayedConfFile
    		}
    		cp(delayedConfFile, tempCNIConfDir+"/"+destFilenm, t)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. src/runtime/debug/garbage.go

    // can be used by a single goroutine stack.
    // If any goroutine exceeds this limit while growing its stack,
    // the program crashes.
    // SetMaxStack returns the previous setting.
    // The initial setting is 1 GB on 64-bit systems, 250 MB on 32-bit systems.
    // There may be a system-imposed maximum stack limit regardless
    // of the value provided to SetMaxStack.
    //
    // SetMaxStack is useful mainly for limiting the damage done by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS_SHMAT          = 228 // { void *sys_shmat(int shmid, const void *shmaddr, \
    	SYS_SHMDT          = 230 // { int sys_shmdt(const void *shmaddr); }
    	SYS_MINHERIT       = 250 // { int sys_minherit(void *addr, size_t len, \
    	SYS_POLL           = 252 // { int sys_poll(struct pollfd *fds, \
    	SYS_ISSETUGID      = 253 // { int sys_issetugid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_SHMAT          = 228 // { void *sys_shmat(int shmid, const void *shmaddr, \
    	SYS_SHMDT          = 230 // { int sys_shmdt(const void *shmaddr); }
    	SYS_MINHERIT       = 250 // { int sys_minherit(void *addr, size_t len, \
    	SYS_POLL           = 252 // { int sys_poll(struct pollfd *fds, \
    	SYS_ISSETUGID      = 253 // { int sys_issetugid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  9. platforms/jvm/language-groovy/src/main/java/org/gradle/api/internal/tasks/compile/ApiGroovyCompiler.java

            canonicalizeValues(spec.getGroovyCompileOptions().getOptimizationOptions());
    
            VersionNumber version = parseGroovyVersion();
            if (version.compareTo(VersionNumber.parse("2.5")) >= 0) {
                configuration.setParameters(spec.getGroovyCompileOptions().isParameters());
            } else if (spec.getGroovyCompileOptions().isParameters()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_386.go

    	SYS_SHMAT          = 228 // { void *sys_shmat(int shmid, const void *shmaddr, \
    	SYS_SHMDT          = 230 // { int sys_shmdt(const void *shmaddr); }
    	SYS_MINHERIT       = 250 // { int sys_minherit(void *addr, size_t len, \
    	SYS_POLL           = 252 // { int sys_poll(struct pollfd *fds, \
    	SYS_ISSETUGID      = 253 // { int sys_issetugid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
Back to top