Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 102 for sys_clock_gettime (0.48 sec)

  1. 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)
  2. 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)
  3. 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)
  4. src/syscall/zsysnum_openbsd_ppc64.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: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_openbsd_386.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)
  6. 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, \
    	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.5K bytes
    - Viewed (0)
  7. src/runtime/sys_linux_s390x.s

    #define SYS_sched_getaffinity   240
    #define SYS_tgkill              241
    #define SYS_exit_group          248
    #define SYS_timer_create        254
    #define SYS_timer_settime       255
    #define SYS_timer_delete        258
    #define SYS_clock_gettime       260
    #define SYS_pipe2		325
    
    TEXT runtime·exit(SB),NOSPLIT|NOFRAME,$0-4
    	MOVW	code+0(FP), R2
    	MOVW	$SYS_exit_group, R1
    	SYSCALL
    	RET
    
    // func exitThread(wait *atomic.Uint32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. src/syscall/zsysnum_openbsd_mips64.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: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
Back to top