Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for SYS__umtx_op (0.14 sec)

  1. src/runtime/sys_freebsd_arm64.s

    #define SYS_sched_yield		331
    #define SYS_sigprocmask		340
    #define SYS_kqueue		362
    #define SYS_sigaction		416
    #define SYS_thr_exit		431
    #define SYS_thr_self		432
    #define SYS_thr_kill		433
    #define SYS__umtx_op		454
    #define SYS_thr_new		455
    #define SYS_mmap		477
    #define SYS_cpuset_getaffinity	487
    #define SYS_pipe2 		542
    #define SYS_kevent		560
    
    TEXT emptyfunc<>(SB),0,$0-0
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  2. src/runtime/sys_freebsd_386.s

    #define SYS_sigreturn		417
    #define SYS_thr_exit		431
    #define SYS_thr_self		432
    #define SYS_thr_kill		433
    #define SYS__umtx_op		454
    #define SYS_thr_new		455
    #define SYS_mmap		477
    #define SYS_cpuset_getaffinity	487
    #define SYS_pipe2 		542
    #define SYS_kevent		560
    
    TEXT runtime·sys_umtx_op(SB),NOSPLIT,$-4
    	MOVL	$SYS__umtx_op, AX
    	INT	$0x80
    	JAE	2(PC)
    	NEGL	AX
    	MOVL	AX, ret+20(FP)
    	RET
    
    TEXT runtime·thr_new(SB),NOSPLIT,$-4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  3. src/runtime/sys_freebsd_riscv64.s

    #define SYS_sched_yield		331
    #define SYS_sigprocmask		340
    #define SYS_kqueue		362
    #define SYS_sigaction		416
    #define SYS_thr_exit		431
    #define SYS_thr_self		432
    #define SYS_thr_kill		433
    #define SYS__umtx_op		454
    #define SYS_thr_new		455
    #define SYS_mmap		477
    #define SYS_cpuset_getaffinity	487
    #define SYS_pipe2 		542
    #define SYS_kevent		560
    
    TEXT emptyfunc<>(SB),0,$0-0
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  4. src/runtime/sys_freebsd_arm.s

    #define SYS_kqueue (SYS_BASE + 362)
    #define SYS_sigaction (SYS_BASE + 416)
    #define SYS_thr_exit (SYS_BASE + 431)
    #define SYS_thr_self (SYS_BASE + 432)
    #define SYS_thr_kill (SYS_BASE + 433)
    #define SYS__umtx_op (SYS_BASE + 454)
    #define SYS_thr_new (SYS_BASE + 455)
    #define SYS_mmap (SYS_BASE + 477)
    #define SYS_cpuset_getaffinity (SYS_BASE + 487)
    #define SYS_pipe2 (SYS_BASE + 542)
    #define SYS_kevent (SYS_BASE + 560)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  5. src/runtime/sys_freebsd_amd64.s

    #define SYS_thr_self		432
    #define SYS_thr_kill		433
    #define SYS__umtx_op		454
    #define SYS_thr_new		455
    #define SYS_mmap		477
    #define SYS_cpuset_getaffinity	487
    #define SYS_pipe2 		542
    #define SYS_kevent		560
    
    TEXT runtime·sys_umtx_op(SB),NOSPLIT,$0
    	MOVQ addr+0(FP), DI
    	MOVL mode+8(FP), SI
    	MOVL val+12(FP), DX
    	MOVQ uaddr1+16(FP), R10
    	MOVQ ut+24(FP), R8
    	MOVL $SYS__umtx_op, AX
    	SYSCALL
    	JCC	2(PC)
    	NEGQ	AX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_386.go

    	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( \
    	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( \
    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, \
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( \
    	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( \
    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, \
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_freebsd_arm.go

    	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( \
    	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( \
    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, \
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr(struct auditinfo_addr *auditinfo_addr, u_int length); }
    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr(struct auditinfo_addr *auditinfo_addr, u_int length); }
    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
Back to top