Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for SYS_TGKILL (0.2 sec)

  1. 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)
  2. 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)
  3. src/syscall/zsysnum_linux_riscv64.go

    	SYS_SCHED_GET_PRIORITY_MAX = 125
    	SYS_SCHED_GET_PRIORITY_MIN = 126
    	SYS_SCHED_RR_GET_INTERVAL  = 127
    	SYS_RESTART_SYSCALL        = 128
    	SYS_KILL                   = 129
    	SYS_TKILL                  = 130
    	SYS_TGKILL                 = 131
    	SYS_SIGALTSTACK            = 132
    	SYS_RT_SIGSUSPEND          = 133
    	SYS_RT_SIGACTION           = 134
    	SYS_RT_SIGPROCMASK         = 135
    	SYS_RT_SIGPENDING          = 136
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 23 11:00:41 UTC 2019
    - 8.9K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_linux_arm64.go

    	SYS_SCHED_GET_PRIORITY_MAX = 125
    	SYS_SCHED_GET_PRIORITY_MIN = 126
    	SYS_SCHED_RR_GET_INTERVAL  = 127
    	SYS_RESTART_SYSCALL        = 128
    	SYS_KILL                   = 129
    	SYS_TKILL                  = 130
    	SYS_TGKILL                 = 131
    	SYS_SIGALTSTACK            = 132
    	SYS_RT_SIGSUSPEND          = 133
    	SYS_RT_SIGACTION           = 134
    	SYS_RT_SIGPROCMASK         = 135
    	SYS_RT_SIGPENDING          = 136
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
  5. src/runtime/sys_linux_s390x.s

    #define SYS_sigaltstack         186
    #define SYS_madvise             219
    #define SYS_mincore             218
    #define SYS_gettid              236
    #define SYS_futex               238
    #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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_s390x.go

    	SYS_FREMOVEXATTR           = 235
    	SYS_GETTID                 = 236
    	SYS_TKILL                  = 237
    	SYS_FUTEX                  = 238
    	SYS_SCHED_SETAFFINITY      = 239
    	SYS_SCHED_GETAFFINITY      = 240
    	SYS_TGKILL                 = 241
    	SYS_IO_SETUP               = 243
    	SYS_IO_DESTROY             = 244
    	SYS_IO_GETEVENTS           = 245
    	SYS_IO_SUBMIT              = 246
    	SYS_IO_CANCEL              = 247
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  7. src/runtime/sys_linux_arm.s

    #define SYS_munmap (SYS_BASE + 91)
    #define SYS_madvise (SYS_BASE + 220)
    #define SYS_setitimer (SYS_BASE + 104)
    #define SYS_mincore (SYS_BASE + 219)
    #define SYS_gettid (SYS_BASE + 224)
    #define SYS_tgkill (SYS_BASE + 268)
    #define SYS_sched_yield (SYS_BASE + 158)
    #define SYS_nanosleep (SYS_BASE + 162)
    #define SYS_sched_getaffinity (SYS_BASE + 242)
    #define SYS_clock_gettime (SYS_BASE + 263)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_mips64.go

    	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
    	SYS_GET_MEMPOLICY          = 5228
    	SYS_SET_MEMPOLICY          = 5229
    	SYS_MQ_OPEN                = 5230
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_mips64le.go

    	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
    	SYS_GET_MEMPOLICY          = 5228
    	SYS_SET_MEMPOLICY          = 5229
    	SYS_MQ_OPEN                = 5230
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_amd64.go

    	SYS_CLOCK_GETTIME          = 228
    	SYS_CLOCK_GETRES           = 229
    	SYS_CLOCK_NANOSLEEP        = 230
    	SYS_EXIT_GROUP             = 231
    	SYS_EPOLL_WAIT             = 232
    	SYS_EPOLL_CTL              = 233
    	SYS_TGKILL                 = 234
    	SYS_UTIMES                 = 235
    	SYS_VSERVER                = 236
    	SYS_MBIND                  = 237
    	SYS_SET_MEMPOLICY          = 238
    	SYS_GET_MEMPOLICY          = 239
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
Back to top