HomeSort by relevance Sort by last modified time
    Searched refs:who (Results 326 - 350 of 588) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_darwin_arm64.go 648 func Getpriority(which int, who int) (prio int, err error) {
649 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
669 func Getrusage(who int, rusage *Rusage) (err error) {
670 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1136 func Setpriority(which int, who int, prio int) (err error) {
1137 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_dragonfly_amd64.go 640 func Getpriority(which int, who int) (prio int, err error) {
641 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
661 func Getrusage(who int, rusage *Rusage) (err error) {
662 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_freebsd_386.go 606 func Getpriority(which int, who int) (prio int, err error) {
607 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
627 func Getrusage(who int, rusage *Rusage) (err error) {
628 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_freebsd_amd64.go 606 func Getpriority(which int, who int) (prio int, err error) {
607 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
627 func Getrusage(who int, rusage *Rusage) (err error) {
628 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_freebsd_arm.go 606 func Getpriority(which int, who int) (prio int, err error) {
607 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
627 func Getrusage(who int, rusage *Rusage) (err error) {
628 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_netbsd_386.go 588 func Getpriority(which int, who int) (prio int, err error) {
589 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
609 func Getrusage(who int, rusage *Rusage) (err error) {
610 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1022 func Setpriority(which int, who int, prio int) (err error) {
1023 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_netbsd_amd64.go 588 func Getpriority(which int, who int) (prio int, err error) {
589 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
609 func Getrusage(who int, rusage *Rusage) (err error) {
610 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1022 func Setpriority(which int, who int, prio int) (err error) {
1023 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_netbsd_arm.go 588 func Getpriority(which int, who int) (prio int, err error) {
589 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
609 func Getrusage(who int, rusage *Rusage) (err error) {
610 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1022 func Setpriority(which int, who int, prio int) (err error) {
1023 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_386.go 596 func Getpriority(which int, who int) (prio int, err error) {
597 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
617 func Getrusage(who int, rusage *Rusage) (err error) {
618 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1046 func Setpriority(which int, who int, prio int) (err error) {
1047 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_amd64.go 596 func Getpriority(which int, who int) (prio int, err error) {
597 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
617 func Getrusage(who int, rusage *Rusage) (err error) {
618 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1046 func Setpriority(which int, who int, prio int) (err error) {
1047 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_arm.go 596 func Getpriority(which int, who int) (prio int, err error) {
597 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
617 func Getrusage(who int, rusage *Rusage) (err error) {
618 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1046 func Setpriority(which int, who int, prio int) (err error) {
1047 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_darwin_386.go 648 func Getpriority(which int, who int) (prio int, err error) {
649 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
669 func Getrusage(who int, rusage *Rusage) (err error) {
670 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1136 func Setpriority(which int, who int, prio int) (err error) {
1137 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_darwin_amd64.go 648 func Getpriority(which int, who int) (prio int, err error) {
649 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
669 func Getrusage(who int, rusage *Rusage) (err error) {
670 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1136 func Setpriority(which int, who int, prio int) (err error) {
1137 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_darwin_arm.go 648 func Getpriority(which int, who int) (prio int, err error) {
649 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
669 func Getrusage(who int, rusage *Rusage) (err error) {
670 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1136 func Setpriority(which int, who int, prio int) (err error) {
1137 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_darwin_arm64.go 648 func Getpriority(which int, who int) (prio int, err error) {
649 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
669 func Getrusage(who int, rusage *Rusage) (err error) {
670 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1136 func Setpriority(which int, who int, prio int) (err error) {
1137 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_dragonfly_amd64.go 640 func Getpriority(which int, who int) (prio int, err error) {
641 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
661 func Getrusage(who int, rusage *Rusage) (err error) {
662 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_freebsd_386.go 606 func Getpriority(which int, who int) (prio int, err error) {
607 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
627 func Getrusage(who int, rusage *Rusage) (err error) {
628 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_freebsd_amd64.go 606 func Getpriority(which int, who int) (prio int, err error) {
607 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
627 func Getrusage(who int, rusage *Rusage) (err error) {
628 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_freebsd_arm.go 606 func Getpriority(which int, who int) (prio int, err error) {
607 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
627 func Getrusage(who int, rusage *Rusage) (err error) {
628 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1056 func Setpriority(which int, who int, prio int) (err error) {
1057 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_netbsd_386.go 588 func Getpriority(which int, who int) (prio int, err error) {
589 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
609 func Getrusage(who int, rusage *Rusage) (err error) {
610 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1022 func Setpriority(which int, who int, prio int) (err error) {
1023 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_netbsd_amd64.go 588 func Getpriority(which int, who int) (prio int, err error) {
589 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
609 func Getrusage(who int, rusage *Rusage) (err error) {
610 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1022 func Setpriority(which int, who int, prio int) (err error) {
1023 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_netbsd_arm.go 588 func Getpriority(which int, who int) (prio int, err error) {
589 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
609 func Getrusage(who int, rusage *Rusage) (err error) {
610 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1022 func Setpriority(which int, who int, prio int) (err error) {
1023 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_386.go 596 func Getpriority(which int, who int) (prio int, err error) {
597 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
617 func Getrusage(who int, rusage *Rusage) (err error) {
618 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1046 func Setpriority(which int, who int, prio int) (err error) {
1047 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_amd64.go 596 func Getpriority(which int, who int) (prio int, err error) {
597 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
617 func Getrusage(who int, rusage *Rusage) (err error) {
618 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1046 func Setpriority(which int, who int, prio int) (err error) {
1047 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_arm.go 596 func Getpriority(which int, who int) (prio int, err error) {
597 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
617 func Getrusage(who int, rusage *Rusage) (err error) {
618 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1046 func Setpriority(which int, who int, prio int) (err error) {
1047 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))

Completed in 857 milliseconds

<<11121314151617181920>>