Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for setpriority (0.17 sec)

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

    func Setpriority(which int, who int, prio int) (err error) {
    	_, _, e1 := syscall_syscall(libc_setpriority_trampoline_addr, uintptr(which), uintptr(who), uintptr(prio))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_setpriority_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_setpriority setpriority "/usr/lib/libSystem.B.dylib"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 66.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go

    func Setpriority(which int, who int, prio int) (err error) {
    	_, _, e1 := syscall_syscall(libc_setpriority_trampoline_addr, uintptr(which), uintptr(who), uintptr(prio))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_setpriority_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_setpriority setpriority "/usr/lib/libSystem.B.dylib"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 66.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux.go

    	_, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Setpriority(which int, who int, prio int) (err error) {
    	_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    	_, err := setfsuid(uid)
    	return err
    }
    
    func Signalfd(fd int, sigmask *Sigset_t, flags int) (newfd int, err error) {
    	return signalfd(fd, sigmask, _C__NSIG/8, flags)
    }
    
    //sys	Setpriority(which int, who int, prio int) (err error)
    //sys	Setxattr(path string, attr string, data []byte, flags int) (err error)
    //sys	signalfd(fd int, sigmask *Sigset_t, maskSize uintptr, flags int) (newfd int, err error) = SYS_SIGNALFD4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    	return (*funcref)(fd, nstype)
    }
    
    func error_Setns(fd int, nstype int) (err error) {
    	err = ENOSYS
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Setpriority(which int, who int, prio int) (err error) {
    	runtime.EnterSyscall()
    	r0, e2, e1 := CallLeFuncWithErr(GetZosLibVec()+SYS_SETPRIORITY<<4, uintptr(which), uintptr(who), uintptr(prio))
    	runtime.ExitSyscall()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    //sys	Setegid(egid int) (err error) = SYS_SETEGID
    //sys	Seteuid(euid int) (err error) = SYS_SETEUID
    //sys	Sethostname(p []byte) (err error) = SYS___SETHOSTNAME_A
    //sys   Setns(fd int, nstype int) (err error) = SYS_SETNS
    //sys	Setpriority(which int, who int, prio int) (err error)
    //sysnb	Setpgid(pid int, pgid int) (err error) = SYS_SETPGID
    //sysnb	Setrlimit(resource int, lim *Rlimit) (err error)
    //sysnb	Setregid(rgid int, egid int) (err error) = SYS_SETREGID
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    				st.MakePod().Name("p1.3").UID("p1.3").Node("node1").Priority(negPriority).Req(smallRes).StartTime(epochTime).Obj(),
    				st.MakePod().Name("p2.1").UID("p2.1").Node("node2").Priority(midPriority).Req(largeRes).StartTime(epochTime).Obj(),
    				st.MakePod().Name("p2.2").UID("p2.2").Node("node2").Priority(negPriority).Req(mediumRes).StartTime(epochTime).Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_386.go

    	SO_PASSCRED                      = 0x10
    	SO_PASSSEC                       = 0x22
    	SO_PEERCRED                      = 0x11
    	SO_PEERNAME                      = 0x1c
    	SO_PEERSEC                       = 0x1f
    	SO_PRIORITY                      = 0xc
    	SO_PROTOCOL                      = 0x26
    	SO_RCVBUF                        = 0x8
    	SO_RCVBUFFORCE                   = 0x21
    	SO_RCVLOWAT                      = 0x12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.go

    	SO_PASSCRED                      = 0x10
    	SO_PASSSEC                       = 0x22
    	SO_PEERCRED                      = 0x11
    	SO_PEERNAME                      = 0x1c
    	SO_PEERSEC                       = 0x1f
    	SO_PRIORITY                      = 0xc
    	SO_PROTOCOL                      = 0x26
    	SO_RCVBUF                        = 0x8
    	SO_RCVBUFFORCE                   = 0x21
    	SO_RCVLOWAT                      = 0x12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_amd64.go

    	SO_PASSCRED                      = 0x10
    	SO_PASSSEC                       = 0x22
    	SO_PEERCRED                      = 0x11
    	SO_PEERNAME                      = 0x1c
    	SO_PEERSEC                       = 0x1f
    	SO_PRIORITY                      = 0xc
    	SO_PROTOCOL                      = 0x26
    	SO_RCVBUF                        = 0x8
    	SO_RCVBUFFORCE                   = 0x21
    	SO_RCVLOWAT                      = 0x12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
Back to top