Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 92 for SYS_setitimer (0.15 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.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)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.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)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.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.4K bytes
    - Viewed (0)
  4. api/except.txt

    pkg syscall (openbsd-386), const SYS_LSTAT = 293
    pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
    pkg syscall (openbsd-386), const SYS_SELECT = 93
    pkg syscall (openbsd-386), const SYS_SETITIMER = 83
    pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
    pkg syscall (openbsd-386), const SYS_STAT = 291
    pkg syscall (openbsd-386), const SYS_STATFS = 307
    pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.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)
  6. src/runtime/sys_freebsd_amd64.s

    #define SYS_read		3
    #define SYS_write		4
    #define SYS_open		5
    #define SYS_close		6
    #define SYS_getpid		20
    #define SYS_kill		37
    #define SYS_sigaltstack		53
    #define SYS_munmap		73
    #define SYS_madvise		75
    #define SYS_setitimer		83
    #define SYS_fcntl		92
    #define SYS_sysarch		165
    #define SYS___sysctl		202
    #define SYS_clock_gettime	232
    #define SYS_nanosleep		240
    #define SYS_issetugid		253
    #define SYS_sched_yield		331
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  7. src/runtime/sys_linux_loong64.s

    #define SYS_exit		93
    #define SYS_read		63
    #define SYS_write		64
    #define SYS_close		57
    #define SYS_getpid		172
    #define SYS_kill		129
    #define SYS_mmap		222
    #define SYS_munmap		215
    #define SYS_setitimer		103
    #define SYS_clone		220
    #define SYS_nanosleep		101
    #define SYS_sched_yield		124
    #define SYS_rt_sigreturn	139
    #define SYS_rt_sigaction	134
    #define SYS_rt_sigprocmask	135
    #define SYS_sigaltstack		132
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 20:58:13 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  8. src/runtime/sys_linux_arm.s

    #define SYS_mmap2 (SYS_BASE + 192)
    #define SYS_futex (SYS_BASE + 240)
    #define SYS_exit_group (SYS_BASE + 248)
    #define SYS_munmap (SYS_BASE + 91)
    #define SYS_madvise (SYS_BASE + 220)
    #define SYS_setitimer (SYS_BASE + 104)
    #define SYS_mincore (SYS_BASE + 219)
    #define SYS_gettid (SYS_BASE + 224)
    #define SYS_tgkill (SYS_BASE + 268)
    #define SYS_sched_yield (SYS_BASE + 158)
    #define SYS_nanosleep (SYS_BASE + 162)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  9. src/runtime/sys_linux_ppc64x.s

    #define SYS_read		  3
    #define SYS_write		  4
    #define SYS_open		  5
    #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	172
    #define SYS_rt_sigaction	173
    #define SYS_rt_sigprocmask	174
    #define SYS_sigaltstack		185
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  10. src/runtime/sys_linux_arm64.s

    #define SYS_exit		93
    #define SYS_read		63
    #define SYS_write		64
    #define SYS_openat		56
    #define SYS_close		57
    #define SYS_pipe2		59
    #define SYS_nanosleep		101
    #define SYS_mmap		222
    #define SYS_munmap		215
    #define SYS_setitimer		103
    #define SYS_clone		220
    #define SYS_sched_yield		124
    #define SYS_rt_sigreturn	139
    #define SYS_rt_sigaction	134
    #define SYS_rt_sigprocmask	135
    #define SYS_sigaltstack		132
    #define SYS_madvise		233
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 16.7K bytes
    - Viewed (0)
Back to top