Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 92 for SYS_setitimer (0.19 sec)

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

    	SYS_STATFS                       = 4099
    	SYS_FSTATFS                      = 4100
    	SYS_IOPERM                       = 4101
    	SYS_SOCKETCALL                   = 4102
    	SYS_SYSLOG                       = 4103
    	SYS_SETITIMER                    = 4104
    	SYS_GETITIMER                    = 4105
    	SYS_STAT                         = 4106
    	SYS_LSTAT                        = 4107
    	SYS_FSTAT                        = 4108
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go

    	SYS_PROFIL                  = 98
    	SYS_STATFS                  = 99
    	SYS_FSTATFS                 = 100
    	SYS_IOPERM                  = 101
    	SYS_SOCKETCALL              = 102
    	SYS_SYSLOG                  = 103
    	SYS_SETITIMER               = 104
    	SYS_GETITIMER               = 105
    	SYS_STAT                    = 106
    	SYS_LSTAT                   = 107
    	SYS_FSTAT                   = 108
    	SYS_OLDUNAME                = 109
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go

    	SYS_GETTIMEOFDAY   = 67  // { int sys_gettimeofday(struct timeval *tp, struct timezone *tzp); }
    	SYS_SETTIMEOFDAY   = 68  // { int sys_settimeofday(const struct timeval *tv, const struct timezone *tzp); }
    	SYS_SETITIMER      = 69  // { int sys_setitimer(int which, const struct itimerval *itv, struct itimerval *oitv); }
    	SYS_GETITIMER      = 70  // { int sys_getitimer(int which, struct itimerval *itv); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go

    	SYS_GETTIMEOFDAY   = 67  // { int sys_gettimeofday(struct timeval *tp, struct timezone *tzp); }
    	SYS_SETTIMEOFDAY   = 68  // { int sys_settimeofday(const struct timeval *tv, const struct timezone *tzp); }
    	SYS_SETITIMER      = 69  // { int sys_setitimer(int which, const struct itimerval *itv, struct itimerval *oitv); }
    	SYS_GETITIMER      = 70  // { int sys_getitimer(int which, struct itimerval *itv); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  5. src/runtime/sys_linux_mips64x.s

    #define SYS_exit		5058
    #define SYS_read		5000
    #define SYS_write		5001
    #define SYS_close		5003
    #define SYS_getpid		5038
    #define SYS_kill		5060
    #define SYS_mmap		5009
    #define SYS_munmap		5011
    #define SYS_setitimer		5036
    #define SYS_clone		5055
    #define SYS_nanosleep		5034
    #define SYS_sched_yield		5023
    #define SYS_rt_sigreturn	5211
    #define SYS_rt_sigaction	5013
    #define SYS_rt_sigprocmask	5014
    #define SYS_sigaltstack		5129
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 12K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS_GETTIMEOFDAY   = 67  // { int sys_gettimeofday(struct timeval *tp, struct timezone *tzp); }
    	SYS_SETTIMEOFDAY   = 68  // { int sys_settimeofday(const struct timeval *tv, const struct timezone *tzp); }
    	SYS_SETITIMER      = 69  // { int sys_setitimer(int which, const struct itimerval *itv, struct itimerval *oitv); }
    	SYS_GETITIMER      = 70  // { int sys_getitimer(int which, struct itimerval *itv); }
    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/runtime/sys_linux_s390x.s

    #define SYS_close                 6
    #define SYS_getpid               20
    #define SYS_kill                 37
    #define SYS_brk			 45
    #define SYS_mmap                 90
    #define SYS_munmap               91
    #define SYS_setitimer           104
    #define SYS_clone               120
    #define SYS_sched_yield         158
    #define SYS_nanosleep           162
    #define SYS_rt_sigreturn        173
    #define SYS_rt_sigaction        174
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  8. src/runtime/sys_linux_riscv64.s

    #define SYS_pselect6		72
    #define SYS_read		63
    #define SYS_rt_sigaction	134
    #define SYS_rt_sigprocmask	135
    #define SYS_rt_sigreturn	139
    #define SYS_sched_getaffinity	123
    #define SYS_sched_yield		124
    #define SYS_setitimer		103
    #define SYS_sigaltstack		132
    #define SYS_socket		198
    #define SYS_tgkill		131
    #define SYS_timer_create	107
    #define SYS_timer_delete	111
    #define SYS_timer_settime	110
    #define SYS_tkill		130
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go

    	SYS_STATFS                       = 99
    	SYS_FSTATFS                      = 100
    	SYS_IOPERM                       = 101
    	SYS_SOCKETCALL                   = 102
    	SYS_SYSLOG                       = 103
    	SYS_SETITIMER                    = 104
    	SYS_GETITIMER                    = 105
    	SYS_STAT                         = 106
    	SYS_LSTAT                        = 107
    	SYS_FSTAT                        = 108
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_GETTIMEOFDAY   = 67  // { int sys_gettimeofday(struct timeval *tp, struct timezone *tzp); }
    	SYS_SETTIMEOFDAY   = 68  // { int sys_settimeofday(const struct timeval *tv, const struct timezone *tzp); }
    	SYS_SETITIMER      = 69  // { int sys_setitimer(int which, const struct itimerval *itv, struct itimerval *oitv); }
    	SYS_GETITIMER      = 70  // { int sys_getitimer(int which, struct itimerval *itv); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top