Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for SYS_clock_gettime (0.28 sec)

  1. src/runtime/sys_linux_riscv64.s

    //
    
    #include "textflag.h"
    #include "go_asm.h"
    
    #define AT_FDCWD -100
    #define CLOCK_REALTIME 0
    #define CLOCK_MONOTONIC 1
    
    #define SYS_brk			214
    #define SYS_clock_gettime	113
    #define SYS_clone		220
    #define SYS_close		57
    #define SYS_connect		203
    #define SYS_exit		93
    #define SYS_exit_group		94
    #define SYS_faccessat		48
    #define SYS_futex		98
    #define SYS_getpid		172
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.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)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.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_openbsd_riscv64.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: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go

    	SYS__SYSCTL                 = 251
    	SYS_GETSID                  = 252
    	SYS_FDATASYNC               = 253
    	SYS_NFSSERVCTL              = 254
    	SYS_SYNC_FILE_RANGE         = 255
    	SYS_CLOCK_SETTIME           = 256
    	SYS_CLOCK_GETTIME           = 257
    	SYS_CLOCK_GETRES            = 258
    	SYS_CLOCK_NANOSLEEP         = 259
    	SYS_SCHED_GETAFFINITY       = 260
    	SYS_SCHED_SETAFFINITY       = 261
    	SYS_TIMER_SETTIME           = 262
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  8. src/runtime/sys_linux_ppc64x.s

    #define SYS_gettid		207
    #define SYS_futex		221
    #define SYS_sched_getaffinity	223
    #define SYS_exit_group		234
    #define SYS_timer_create	240
    #define SYS_timer_settime	241
    #define SYS_timer_delete	244
    #define SYS_clock_gettime	246
    #define SYS_tgkill		250
    #define SYS_pipe2		317
    
    TEXT runtime·exit(SB),NOSPLIT|NOFRAME,$0-4
    	MOVW	code+0(FP), R3
    	SYSCALL	$SYS_exit_group
    	RET
    
    // func exitThread(wait *atomic.Uint32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top