Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 100 for sys_getpriority (0.45 sec)

  1. src/syscall/zsysnum_linux_arm64.go

    	SYS_RT_SIGPROCMASK         = 135
    	SYS_RT_SIGPENDING          = 136
    	SYS_RT_SIGTIMEDWAIT        = 137
    	SYS_RT_SIGQUEUEINFO        = 138
    	SYS_RT_SIGRETURN           = 139
    	SYS_SETPRIORITY            = 140
    	SYS_GETPRIORITY            = 141
    	SYS_REBOOT                 = 142
    	SYS_SETREGID               = 143
    	SYS_SETGID                 = 144
    	SYS_SETREUID               = 145
    	SYS_SETUID                 = 146
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_amd64.go

    	SYS_PERSONALITY            = 135
    	SYS_USTAT                  = 136
    	SYS_STATFS                 = 137
    	SYS_FSTATFS                = 138
    	SYS_SYSFS                  = 139
    	SYS_GETPRIORITY            = 140
    	SYS_SETPRIORITY            = 141
    	SYS_SCHED_SETPARAM         = 142
    	SYS_SCHED_GETPARAM         = 143
    	SYS_SCHED_SETSCHEDULER     = 144
    	SYS_SCHED_GETSCHEDULER     = 145
    	SYS_SCHED_GET_PRIORITY_MAX = 146
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_RT_SIGPROCMASK          = 135
    	SYS_RT_SIGPENDING           = 136
    	SYS_RT_SIGTIMEDWAIT         = 137
    	SYS_RT_SIGQUEUEINFO         = 138
    	SYS_RT_SIGRETURN            = 139
    	SYS_SETPRIORITY             = 140
    	SYS_GETPRIORITY             = 141
    	SYS_REBOOT                  = 142
    	SYS_SETREGID                = 143
    	SYS_SETGID                  = 144
    	SYS_SETREUID                = 145
    	SYS_SETUID                  = 146
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_linux_loong64.go

    	SYS_RT_SIGPROCMASK          = 135
    	SYS_RT_SIGPENDING           = 136
    	SYS_RT_SIGTIMEDWAIT         = 137
    	SYS_RT_SIGQUEUEINFO         = 138
    	SYS_RT_SIGRETURN            = 139
    	SYS_SETPRIORITY             = 140
    	SYS_GETPRIORITY             = 141
    	SYS_REBOOT                  = 142
    	SYS_SETREGID                = 143
    	SYS_SETGID                  = 144
    	SYS_SETREUID                = 145
    	SYS_SETUID                  = 146
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go

    	SYS_RT_SIGPROCMASK          = 135
    	SYS_RT_SIGPENDING           = 136
    	SYS_RT_SIGTIMEDWAIT         = 137
    	SYS_RT_SIGQUEUEINFO         = 138
    	SYS_RT_SIGRETURN            = 139
    	SYS_SETPRIORITY             = 140
    	SYS_GETPRIORITY             = 141
    	SYS_REBOOT                  = 142
    	SYS_SETREGID                = 143
    	SYS_SETGID                  = 144
    	SYS_SETREUID                = 145
    	SYS_SETUID                  = 146
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_FSYNC          = 95  // { int sys_fsync(int fd); }
    	SYS_SETPRIORITY    = 96  // { int sys_setpriority(int which, id_t who, int prio); }
    	SYS_SOCKET         = 97  // { int sys_socket(int domain, int type, int protocol); }
    	SYS_CONNECT        = 98  // { int sys_connect(int s, const struct sockaddr *name, \
    	SYS_GETDENTS       = 99  // { int sys_getdents(int fd, void *buf, size_t buflen); }
    	SYS_GETPRIORITY    = 100 // { int sys_getpriority(int which, id_t who); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_darwin_arm64.go

    	SYS_FCNTL                          = 92
    	SYS_SELECT                         = 93
    	SYS_FSYNC                          = 95
    	SYS_SETPRIORITY                    = 96
    	SYS_SOCKET                         = 97
    	SYS_CONNECT                        = 98
    	SYS_GETPRIORITY                    = 100
    	SYS_BIND                           = 104
    	SYS_SETSOCKOPT                     = 105
    	SYS_LISTEN                         = 106
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_ppc64.go

    	SYS_MUNMAP                 = 91
    	SYS_TRUNCATE               = 92
    	SYS_FTRUNCATE              = 93
    	SYS_FCHMOD                 = 94
    	SYS_FCHOWN                 = 95
    	SYS_GETPRIORITY            = 96
    	SYS_SETPRIORITY            = 97
    	SYS_PROFIL                 = 98
    	SYS_STATFS                 = 99
    	SYS_FSTATFS                = 100
    	SYS_IOPERM                 = 101
    	SYS_SOCKETCALL             = 102
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_openbsd_386.go

    	SYS_FSYNC          = 95  // { int sys_fsync(int fd); }
    	SYS_SETPRIORITY    = 96  // { int sys_setpriority(int which, id_t who, int prio); }
    	SYS_SOCKET         = 97  // { int sys_socket(int domain, int type, int protocol); }
    	SYS_CONNECT        = 98  // { int sys_connect(int s, const struct sockaddr *name, \
    	SYS_GETDENTS       = 99  // { int sys_getdents(int fd, void *buf, size_t buflen); }
    	SYS_GETPRIORITY    = 100 // { int sys_getpriority(int which, id_t who); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_arm.go

    	SYS_FSYNC          = 95  // { int sys_fsync(int fd); }
    	SYS_SETPRIORITY    = 96  // { int sys_setpriority(int which, id_t who, int prio); }
    	SYS_SOCKET         = 97  // { int sys_socket(int domain, int type, int protocol); }
    	SYS_CONNECT        = 98  // { int sys_connect(int s, const struct sockaddr *name, \
    	SYS_GETDENTS       = 99  // { int sys_getdents(int fd, void *buf, size_t buflen); }
    	SYS_GETPRIORITY    = 100 // { int sys_getpriority(int which, id_t who); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
Back to top