Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 85 for sys_thrkill (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	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
    	SYS_GET_MEMPOLICY                = 4269
    	SYS_SET_MEMPOLICY                = 4270
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/runtime/sys_linux_mipsx.s

    #define SYS_futex		4238
    #define SYS_sched_getaffinity	4240
    #define SYS_exit_group		4246
    #define SYS_timer_create	4257
    #define SYS_timer_settime	4258
    #define SYS_timer_delete	4261
    #define SYS_clock_gettime	4263
    #define SYS_tgkill		4266
    #define SYS_pipe2		4328
    
    TEXT runtime·exit(SB),NOSPLIT,$0-4
    	MOVW	code+0(FP), R4
    	MOVW	$SYS_exit_group, R2
    	SYSCALL
    	UNDEF
    	RET
    
    // func exitThread(wait *atomic.Uint32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  3. src/runtime/sys_freebsd_386.s

    #define SYS_sched_yield		331
    #define SYS_sigprocmask		340
    #define SYS_kqueue		362
    #define SYS_sigaction		416
    #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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  4. src/runtime/sys_freebsd_arm64.s

    #define SYS_clock_gettime	232
    #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)
  5. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_THR_CREATE               = 430 // { int thr_create(ucontext_t *ctx, long *id, \
    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS__UMTX_LOCK               = 434 // { int _umtx_lock(struct umtx *umtx); }
    	SYS__UMTX_UNLOCK             = 435 // { int _umtx_unlock(struct umtx *umtx); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  6. src/runtime/sys_freebsd_riscv64.s

    #define SYS_clock_gettime	232
    #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)
  7. src/syscall/zsysnum_freebsd_arm.go

    	SYS_THR_CREATE               = 430 // { int thr_create(ucontext_t *ctx, long *id, \
    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS__UMTX_LOCK               = 434 // { int _umtx_lock(struct umtx *umtx); }
    	SYS__UMTX_UNLOCK             = 435 // { int _umtx_unlock(struct umtx *umtx); }
    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/runtime/sys_linux_mips64x.s

    #define SYS_gettid		5178
    #define SYS_futex		5194
    #define SYS_sched_getaffinity	5196
    #define SYS_exit_group		5205
    #define SYS_timer_create	5216
    #define SYS_timer_settime	5217
    #define SYS_timer_delete	5220
    #define SYS_tgkill		5225
    #define SYS_openat		5247
    #define SYS_clock_gettime	5222
    #define SYS_brk			5012
    #define SYS_pipe2		5287
    
    TEXT runtime·exit(SB),NOSPLIT|NOFRAME,$0-4
    	MOVW	code+0(FP), R4
    	MOVV	$SYS_exit_group, R2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 12K bytes
    - Viewed (0)
  9. src/runtime/sys_freebsd_arm.s

    #define SYS_sigprocmask (SYS_BASE + 340)
    #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)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_freebsd_386.go

    	SYS_THR_CREATE               = 430 // { int thr_create(ucontext_t *ctx, long *id, \
    	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
    	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
    	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
    	SYS__UMTX_LOCK               = 434 // { int _umtx_lock(struct umtx *umtx); }
    	SYS__UMTX_UNLOCK             = 435 // { int _umtx_unlock(struct umtx *umtx); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
Back to top