Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 82 for SYS_SIGALTSTACK (0.26 sec)

  1. src/syscall/zsysnum_darwin_amd64.go

    	SYS_SIGPROCMASK                    = 48
    	SYS_GETLOGIN                       = 49
    	SYS_SETLOGIN                       = 50
    	SYS_ACCT                           = 51
    	SYS_SIGPENDING                     = 52
    	SYS_SIGALTSTACK                    = 53
    	SYS_IOCTL                          = 54
    	SYS_REBOOT                         = 55
    	SYS_REVOKE                         = 56
    	SYS_SYMLINK                        = 57
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  2. src/runtime/sys_linux_mipsx.s

    #define SYS_setitimer		4104
    #define SYS_clone		4120
    #define SYS_sched_yield		4162
    #define SYS_nanosleep		4166
    #define SYS_rt_sigreturn	4193
    #define SYS_rt_sigaction	4194
    #define SYS_rt_sigprocmask	4195
    #define SYS_sigaltstack		4206
    #define SYS_madvise		4218
    #define SYS_mincore		4217
    #define SYS_gettid		4222
    #define SYS_futex		4238
    #define SYS_sched_getaffinity	4240
    #define SYS_exit_group		4246
    #define SYS_timer_create	4257
    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_arm.s

    #define SYS_read (SYS_BASE + 3)
    #define SYS_write (SYS_BASE + 4)
    #define SYS_open (SYS_BASE + 5)
    #define SYS_close (SYS_BASE + 6)
    #define SYS_getpid (SYS_BASE + 20)
    #define SYS_kill (SYS_BASE + 37)
    #define SYS_sigaltstack (SYS_BASE + 53)
    #define SYS_munmap (SYS_BASE + 73)
    #define SYS_madvise (SYS_BASE + 75)
    #define SYS_setitimer (SYS_BASE + 83)
    #define SYS_fcntl (SYS_BASE + 92)
    #define SYS___sysctl (SYS_BASE + 202)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go

    	SYS_CAPSET                  = 22
    	SYS_SETUID                  = 23
    	SYS_GETUID                  = 24
    	SYS_VMSPLICE                = 25
    	SYS_PTRACE                  = 26
    	SYS_ALARM                   = 27
    	SYS_SIGALTSTACK             = 28
    	SYS_PAUSE                   = 29
    	SYS_UTIME                   = 30
    	SYS_ACCESS                  = 33
    	SYS_NICE                    = 34
    	SYS_SYNC                    = 36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go

    	SYS_RT_SIGSUSPEND           = 179
    	SYS_PREAD64                 = 180
    	SYS_PWRITE64                = 181
    	SYS_GETCWD                  = 183
    	SYS_CAPGET                  = 184
    	SYS_CAPSET                  = 185
    	SYS_SIGALTSTACK             = 186
    	SYS_SENDFILE                = 187
    	SYS_GETPMSG                 = 188
    	SYS_PUTPMSG                 = 189
    	SYS_VFORK                   = 190
    	SYS_GETRLIMIT               = 191
    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/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go

    	SYS_SIGPROCMASK                    = 48
    	SYS_GETLOGIN                       = 49
    	SYS_SETLOGIN                       = 50
    	SYS_ACCT                           = 51
    	SYS_SIGPENDING                     = 52
    	SYS_SIGALTSTACK                    = 53
    	SYS_IOCTL                          = 54
    	SYS_REBOOT                         = 55
    	SYS_REVOKE                         = 56
    	SYS_SYMLINK                        = 57
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go

    	SYS_PREAD64                 = 179
    	SYS_PWRITE64                = 180
    	SYS_CHOWN                   = 181
    	SYS_GETCWD                  = 182
    	SYS_CAPGET                  = 183
    	SYS_CAPSET                  = 184
    	SYS_SIGALTSTACK             = 185
    	SYS_SENDFILE                = 186
    	SYS_GETPMSG                 = 187
    	SYS_PUTPMSG                 = 188
    	SYS_VFORK                   = 189
    	SYS_UGETRLIMIT              = 190
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_PWRITE64                     = 181
    	SYS_CHOWN                        = 182
    	SYS_GETCWD                       = 183
    	SYS_CAPGET                       = 184
    	SYS_CAPSET                       = 185
    	SYS_SIGALTSTACK                  = 186
    	SYS_SENDFILE                     = 187
    	SYS_VFORK                        = 190
    	SYS_UGETRLIMIT                   = 191
    	SYS_MMAP2                        = 192
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_PWRITE64                     = 4201
    	SYS_CHOWN                        = 4202
    	SYS_GETCWD                       = 4203
    	SYS_CAPGET                       = 4204
    	SYS_CAPSET                       = 4205
    	SYS_SIGALTSTACK                  = 4206
    	SYS_SENDFILE                     = 4207
    	SYS_GETPMSG                      = 4208
    	SYS_PUTPMSG                      = 4209
    	SYS_MMAP2                        = 4210
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go

    	SYS_SIGPROCMASK                    = 48
    	SYS_GETLOGIN                       = 49
    	SYS_SETLOGIN                       = 50
    	SYS_ACCT                           = 51
    	SYS_SIGPENDING                     = 52
    	SYS_SIGALTSTACK                    = 53
    	SYS_IOCTL                          = 54
    	SYS_REBOOT                         = 55
    	SYS_REVOKE                         = 56
    	SYS_SYMLINK                        = 57
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top