Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 102 for SYS_clock_gettime (0.2 sec)

  1. src/runtime/sys_linux_arm.s

    #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)
    #define SYS_sched_getaffinity (SYS_BASE + 242)
    #define SYS_clock_gettime (SYS_BASE + 263)
    #define SYS_timer_create (SYS_BASE + 257)
    #define SYS_timer_settime (SYS_BASE + 258)
    #define SYS_timer_delete (SYS_BASE + 261)
    #define SYS_pipe2 (SYS_BASE + 359)
    #define SYS_access (SYS_BASE + 33)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. src/syscall/zsysnum_linux_amd64.go

    	SYS_TIMER_CREATE           = 222
    	SYS_TIMER_SETTIME          = 223
    	SYS_TIMER_GETTIME          = 224
    	SYS_TIMER_GETOVERRUN       = 225
    	SYS_TIMER_DELETE           = 226
    	SYS_CLOCK_SETTIME          = 227
    	SYS_CLOCK_GETTIME          = 228
    	SYS_CLOCK_GETRES           = 229
    	SYS_CLOCK_NANOSLEEP        = 230
    	SYS_EXIT_GROUP             = 231
    	SYS_EPOLL_WAIT             = 232
    	SYS_EPOLL_CTL              = 233
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.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
    - 11K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_ppc64le.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)
  7. src/syscall/zsysnum_linux_386.go

    	SYS_TIMER_CREATE           = 259
    	SYS_TIMER_SETTIME          = 260
    	SYS_TIMER_GETTIME          = 261
    	SYS_TIMER_GETOVERRUN       = 262
    	SYS_TIMER_DELETE           = 263
    	SYS_CLOCK_SETTIME          = 264
    	SYS_CLOCK_GETTIME          = 265
    	SYS_CLOCK_GETRES           = 266
    	SYS_CLOCK_NANOSLEEP        = 267
    	SYS_STATFS64               = 268
    	SYS_FSTATFS64              = 269
    	SYS_TGKILL                 = 270
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.3K bytes
    - Viewed (1)
  8. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_UTIMENSAT      = 84  // { int sys_utimensat(int fd, const char *path, \
    	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, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_openbsd_386.go

    	SYS_SETPGID        = 82  // { int sys_setpgid(pid_t pid, int pgid); }
    	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, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_arm.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, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
Back to top