Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 111 for sys_getpriority (1.03 sec)

  1. src/syscall/zsysnum_linux_mips.go

    	SYS_MUNMAP                 = 4091
    	SYS_TRUNCATE               = 4092
    	SYS_FTRUNCATE              = 4093
    	SYS_FCHMOD                 = 4094
    	SYS_FCHOWN                 = 4095
    	SYS_GETPRIORITY            = 4096
    	SYS_SETPRIORITY            = 4097
    	SYS_PROFIL                 = 4098
    	SYS_STATFS                 = 4099
    	SYS_FSTATFS                = 4100
    	SYS_IOPERM                 = 4101
    	SYS_SOCKETCALL             = 4102
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_arm64.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: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. src/cmd/vendor/golang.org/x/sys/unix/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: Wed May 08 16:12:58 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_ppc64le.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)
  10. src/syscall/zsysnum_linux_386.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.3K bytes
    - Viewed (1)
Back to top