Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 83 for sys_clock_gettime (0.25 sec)

  1. src/runtime/sys_freebsd_arm.s

    #define SYS_setitimer (SYS_BASE + 83)
    #define SYS_fcntl (SYS_BASE + 92)
    #define SYS___sysctl (SYS_BASE + 202)
    #define SYS_nanosleep (SYS_BASE + 240)
    #define SYS_issetugid (SYS_BASE + 253)
    #define SYS_clock_gettime (SYS_BASE + 232)
    #define SYS_sched_yield (SYS_BASE + 331)
    #define SYS_sigprocmask (SYS_BASE + 340)
    #define SYS_kqueue (SYS_BASE + 362)
    #define SYS_sigaction (SYS_BASE + 416)
    #define SYS_thr_exit (SYS_BASE + 431)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_s390x.go

    	SYS_TIMER_CREATE           = 254
    	SYS_TIMER_SETTIME          = 255
    	SYS_TIMER_GETTIME          = 256
    	SYS_TIMER_GETOVERRUN       = 257
    	SYS_TIMER_DELETE           = 258
    	SYS_CLOCK_SETTIME          = 259
    	SYS_CLOCK_GETTIME          = 260
    	SYS_CLOCK_GETRES           = 261
    	SYS_CLOCK_NANOSLEEP        = 262
    	SYS_STATFS64               = 265
    	SYS_FSTATFS64              = 266
    	SYS_REMAP_FILE_PAGES       = 267
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_TIMER_CREATE            = 107
    	SYS_TIMER_GETTIME           = 108
    	SYS_TIMER_GETOVERRUN        = 109
    	SYS_TIMER_SETTIME           = 110
    	SYS_TIMER_DELETE            = 111
    	SYS_CLOCK_SETTIME           = 112
    	SYS_CLOCK_GETTIME           = 113
    	SYS_CLOCK_GETRES            = 114
    	SYS_CLOCK_NANOSLEEP         = 115
    	SYS_SYSLOG                  = 116
    	SYS_PTRACE                  = 117
    	SYS_SCHED_SETPARAM          = 118
    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_TIMER_CREATE            = 107
    	SYS_TIMER_GETTIME           = 108
    	SYS_TIMER_GETOVERRUN        = 109
    	SYS_TIMER_SETTIME           = 110
    	SYS_TIMER_DELETE            = 111
    	SYS_CLOCK_SETTIME           = 112
    	SYS_CLOCK_GETTIME           = 113
    	SYS_CLOCK_GETRES            = 114
    	SYS_CLOCK_NANOSLEEP         = 115
    	SYS_SYSLOG                  = 116
    	SYS_PTRACE                  = 117
    	SYS_SCHED_SETPARAM          = 118
    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/syscall/zsysnum_openbsd_arm64.go

    	SYS_FUTIMENS       = 85  // { int sys_futimens(int fd, \
    	SYS_KBIND          = 86  // { int sys_kbind(const struct __kbind *param, \
    	SYS_CLOCK_GETTIME  = 87  // { int sys_clock_gettime(clockid_t clock_id, \
    	SYS_CLOCK_SETTIME  = 88  // { int sys_clock_settime(clockid_t clock_id, \
    	SYS_CLOCK_GETRES   = 89  // { int sys_clock_getres(clockid_t clock_id, \
    	SYS_DUP2           = 90  // { int sys_dup2(int from, int to); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  6. src/runtime/sys_linux_mips64x.s

    #define SYS_sched_getaffinity	5196
    #define SYS_exit_group		5205
    #define SYS_timer_create	5216
    #define SYS_timer_settime	5217
    #define SYS_timer_delete	5220
    #define SYS_tgkill		5225
    #define SYS_openat		5247
    #define SYS_clock_gettime	5222
    #define SYS_brk			5012
    #define SYS_pipe2		5287
    
    TEXT runtime·exit(SB),NOSPLIT|NOFRAME,$0-4
    	MOVW	code+0(FP), R4
    	MOVV	$SYS_exit_group, R2
    	SYSCALL
    	RET
    
    // func exitThread(wait *atomic.Uint32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 12K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_ppc64.go

    	SYS_TIMER_CREATE           = 240
    	SYS_TIMER_SETTIME          = 241
    	SYS_TIMER_GETTIME          = 242
    	SYS_TIMER_GETOVERRUN       = 243
    	SYS_TIMER_DELETE           = 244
    	SYS_CLOCK_SETTIME          = 245
    	SYS_CLOCK_GETTIME          = 246
    	SYS_CLOCK_GETRES           = 247
    	SYS_CLOCK_NANOSLEEP        = 248
    	SYS_SWAPCONTEXT            = 249
    	SYS_TGKILL                 = 250
    	SYS_UTIMES                 = 251
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_UTIMENSAT      = 84  // { int sys_utimensat(int fd, const char *path, \
    	SYS_FUTIMENS       = 85  // { int sys_futimens(int fd, \
    	SYS_CLOCK_GETTIME  = 87  // { int sys_clock_gettime(clockid_t clock_id, \
    	SYS_CLOCK_SETTIME  = 88  // { int sys_clock_settime(clockid_t clock_id, \
    	SYS_CLOCK_GETRES   = 89  // { int sys_clock_getres(clockid_t clock_id, \
    	SYS_DUP2           = 90  // { int sys_dup2(int from, int to); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_mips64.go

    	SYS_TIMER_CREATE           = 5216
    	SYS_TIMER_SETTIME          = 5217
    	SYS_TIMER_GETTIME          = 5218
    	SYS_TIMER_GETOVERRUN       = 5219
    	SYS_TIMER_DELETE           = 5220
    	SYS_CLOCK_SETTIME          = 5221
    	SYS_CLOCK_GETTIME          = 5222
    	SYS_CLOCK_GETRES           = 5223
    	SYS_CLOCK_NANOSLEEP        = 5224
    	SYS_TGKILL                 = 5225
    	SYS_UTIMES                 = 5226
    	SYS_MBIND                  = 5227
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_mips64le.go

    	SYS_TIMER_CREATE           = 5216
    	SYS_TIMER_SETTIME          = 5217
    	SYS_TIMER_GETTIME          = 5218
    	SYS_TIMER_GETOVERRUN       = 5219
    	SYS_TIMER_DELETE           = 5220
    	SYS_CLOCK_SETTIME          = 5221
    	SYS_CLOCK_GETTIME          = 5222
    	SYS_CLOCK_GETRES           = 5223
    	SYS_CLOCK_NANOSLEEP        = 5224
    	SYS_TGKILL                 = 5225
    	SYS_UTIMES                 = 5226
    	SYS_MBIND                  = 5227
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
Back to top