Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 102 for SYS_clock_gettime (0.22 sec)

  1. src/syscall/zsysnum_linux_mipsle.go

    	SYS_TIMER_CREATE           = 4257
    	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
    	SYS_MBIND                  = 4268
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_arm.go

    	SYS_TIMER_CREATE           = 257
    	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
    	SYS_TGKILL                 = 268
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  3. src/runtime/sys_openbsd_mips64.s

    	SYSCALL
    	RET
    
    // func walltime() (sec int64, nsec int32)
    TEXT runtime·walltime(SB), NOSPLIT, $32
    	MOVW	CLOCK_REALTIME, R4	// arg 1 - clock_id
    	MOVV	$8(R29), R5		// arg 2 - tp
    	MOVV	$87, R2			// sys_clock_gettime
    	SYSCALL
    
    	MOVV	8(R29), R4		// sec
    	MOVV	16(R29), R5		// nsec
    	MOVV	R4, sec+0(FP)
    	MOVW	R5, nsec+8(FP)
    
    	RET
    
    // int64 nanotime1(void) so really
    // void nanotime1(int64 *nsec)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_mips64.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: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  5. 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)
  6. src/syscall/zsysnum_linux_mips.go

    	SYS_TIMER_CREATE           = 4257
    	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
    	SYS_MBIND                  = 4268
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top