Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 111 for sys_getpriority (0.21 sec)

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

    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	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, socklen_t namelen); }
    	SYS_GETDENTS       = 99  // { int sys_getdents(int fd, void *buf, size_t buflen); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	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, socklen_t namelen); }
    	SYS_GETDENTS       = 99  // { int sys_getdents(int fd, void *buf, size_t buflen); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	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, socklen_t namelen); }
    	SYS_GETDENTS       = 99  // { int sys_getdents(int fd, void *buf, size_t buflen); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	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, socklen_t namelen); }
    	SYS_GETDENTS       = 99  // { int sys_getdents(int fd, void *buf, size_t buflen); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_FSYNC                    = 95  // { int fsync(int fd); }
    	SYS_SETPRIORITY              = 96  // { int setpriority(int which, int who, \
    	SYS_SOCKET                   = 97  // { int socket(int domain, int type, \
    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, \
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_freebsd_386.go

    	SYS_FSYNC                    = 95  // { int fsync(int fd); }
    	SYS_SETPRIORITY              = 96  // { int setpriority(int which, int who, \
    	SYS_SOCKET                   = 97  // { int socket(int domain, int type, \
    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, \
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_arm.go

    	SYS_FSYNC                    = 95  // { int fsync(int fd); }
    	SYS_SETPRIORITY              = 96  // { int setpriority(int which, int who, \
    	SYS_SOCKET                   = 97  // { int socket(int domain, int type, \
    	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, \
    	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_FSYNC         = 95  // { int fsync(int fd); }
    	SYS_SETPRIORITY   = 96  // { int setpriority(int which, int who, int prio); }
    	SYS_SOCKET        = 97  // { int socket(int domain, int type, int protocol); }
    	SYS_CONNECT       = 98  // { int connect(int s, caddr_t name, int namelen); }
    	SYS_GETPRIORITY   = 100 // { int getpriority(int which, int who); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
Back to top