Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 102 for SYS_clock_gettime (0.2 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/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: Wed May 08 16:12:58 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	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: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/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: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/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: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  5. src/runtime/sys_linux_386.s

    #define SYS_futex		240
    #define SYS_sched_getaffinity	242
    #define SYS_set_thread_area	243
    #define SYS_exit_group		252
    #define SYS_timer_create	259
    #define SYS_timer_settime	260
    #define SYS_timer_delete	263
    #define SYS_clock_gettime	265
    #define SYS_tgkill		270
    #define SYS_pipe2		331
    
    TEXT runtime·exit(SB),NOSPLIT,$0
    	MOVL	$SYS_exit_group, AX
    	MOVL	code+0(FP), BX
    	INVOKE_SYSCALL
    	INT $3	// not reached
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_TIMER_SETTIME                = 258
    	SYS_TIMER_GETTIME                = 259
    	SYS_TIMER_GETOVERRUN             = 260
    	SYS_TIMER_DELETE                 = 261
    	SYS_CLOCK_SETTIME                = 262
    	SYS_CLOCK_GETTIME                = 263
    	SYS_CLOCK_GETRES                 = 264
    	SYS_CLOCK_NANOSLEEP              = 265
    	SYS_STATFS64                     = 266
    	SYS_FSTATFS64                    = 267
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_TIMER_SETTIME                = 4258
    	SYS_TIMER_GETTIME                = 4259
    	SYS_TIMER_GETOVERRUN             = 4260
    	SYS_TIMER_DELETE                 = 4261
    	SYS_CLOCK_SETTIME                = 4262
    	SYS_CLOCK_GETTIME                = 4263
    	SYS_CLOCK_GETRES                 = 4264
    	SYS_CLOCK_NANOSLEEP              = 4265
    	SYS_TGKILL                       = 4266
    	SYS_UTIMES                       = 4267
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. src/runtime/sys_linux_arm64.s

    #define SYS_mincore		232
    #define SYS_getpid		172
    #define SYS_gettid		178
    #define SYS_kill		129
    #define SYS_tgkill		131
    #define SYS_futex		98
    #define SYS_sched_getaffinity	123
    #define SYS_exit_group		94
    #define SYS_clock_gettime	113
    #define SYS_faccessat		48
    #define SYS_socket		198
    #define SYS_connect		203
    #define SYS_brk			214
    #define SYS_timer_create	107
    #define SYS_timer_settime	110
    #define SYS_timer_delete	111
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go

    	SYS_FUTIMENS       = 85  // { int sys_futimens(int fd, const struct timespec *times); }
    	SYS_KBIND          = 86  // { int sys_kbind(const struct __kbind *param, size_t psize, int64_t proc_cookie); }
    	SYS_CLOCK_GETTIME  = 87  // { int sys_clock_gettime(clockid_t clock_id, struct timespec *tp); }
    	SYS_CLOCK_SETTIME  = 88  // { int sys_clock_settime(clockid_t clock_id, const struct timespec *tp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go

    	SYS_FUTIMENS       = 85  // { int sys_futimens(int fd, const struct timespec *times); }
    	SYS_KBIND          = 86  // { int sys_kbind(const struct __kbind *param, size_t psize, int64_t proc_cookie); }
    	SYS_CLOCK_GETTIME  = 87  // { int sys_clock_gettime(clockid_t clock_id, struct timespec *tp); }
    	SYS_CLOCK_SETTIME  = 88  // { int sys_clock_settime(clockid_t clock_id, const struct timespec *tp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top