Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 146 for sys_exit (0.11 sec)

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

    	SYS_TIMERFD_GETTIME         = 87
    	SYS_UTIMENSAT               = 88
    	SYS_ACCT                    = 89
    	SYS_CAPGET                  = 90
    	SYS_CAPSET                  = 91
    	SYS_PERSONALITY             = 92
    	SYS_EXIT                    = 93
    	SYS_EXIT_GROUP              = 94
    	SYS_WAITID                  = 95
    	SYS_SET_TID_ADDRESS         = 96
    	SYS_UNSHARE                 = 97
    	SYS_FUTEX                   = 98
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_loong64.go

    	SYS_TIMERFD_GETTIME         = 87
    	SYS_UTIMENSAT               = 88
    	SYS_ACCT                    = 89
    	SYS_CAPGET                  = 90
    	SYS_CAPSET                  = 91
    	SYS_PERSONALITY             = 92
    	SYS_EXIT                    = 93
    	SYS_EXIT_GROUP              = 94
    	SYS_WAITID                  = 95
    	SYS_SET_TID_ADDRESS         = 96
    	SYS_UNSHARE                 = 97
    	SYS_FUTEX                   = 98
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  3. src/runtime/sys_linux_loong64.s

    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    #include "cgo/abi_loong64.h"
    
    #define AT_FDCWD	-100
    #define CLOCK_REALTIME	0
    #define CLOCK_MONOTONIC	1
    
    #define SYS_exit		93
    #define SYS_read		63
    #define SYS_write		64
    #define SYS_close		57
    #define SYS_getpid		172
    #define SYS_kill		129
    #define SYS_mmap		222
    #define SYS_munmap		215
    #define SYS_setitimer		103
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 20:58:13 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  4. src/runtime/sys_linux_arm.s

    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    #define CLOCK_REALTIME	0
    #define CLOCK_MONOTONIC	1
    
    // for EABI, as we don't support OABI
    #define SYS_BASE 0x0
    
    #define SYS_exit (SYS_BASE + 1)
    #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)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_linux_s390x.go

    // mksysnum_linux.pl /usr/include/asm/unistd.h
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_EXIT                   = 1
    	SYS_FORK                   = 2
    	SYS_READ                   = 3
    	SYS_WRITE                  = 4
    	SYS_OPEN                   = 5
    	SYS_CLOSE                  = 6
    	SYS_RESTART_SYSCALL        = 7
    	SYS_CREAT                  = 8
    	SYS_LINK                   = 9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  6. src/runtime/sys_freebsd_riscv64.s

    // /usr/src/sys/kern/syscalls.master for syscall numbers.
    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    #define CLOCK_REALTIME		0
    #define CLOCK_MONOTONIC		4
    
    #define SYS_exit		1
    #define SYS_read		3
    #define SYS_write		4
    #define SYS_open		5
    #define SYS_close		6
    #define SYS_getpid		20
    #define SYS_kill		37
    #define SYS_sigaltstack		53
    #define SYS_munmap		73
    #define SYS_madvise		75
    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_openbsd_mips64.go

    // mksysnum_openbsd.pl
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_EXIT           = 1   // { void sys_exit(int rval); }
    	SYS_FORK           = 2   // { int sys_fork(void); }
    	SYS_READ           = 3   // { ssize_t sys_read(int fd, void *buf, size_t nbyte); }
    	SYS_WRITE          = 4   // { ssize_t sys_write(int fd, const void *buf, \
    	SYS_OPEN           = 5   // { int sys_open(const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_arm64.go

    // mksysnum_openbsd.pl
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_EXIT           = 1   // { void sys_exit(int rval); }
    	SYS_FORK           = 2   // { int sys_fork(void); }
    	SYS_READ           = 3   // { ssize_t sys_read(int fd, void *buf, size_t nbyte); }
    	SYS_WRITE          = 4   // { ssize_t sys_write(int fd, const void *buf, \
    	SYS_OPEN           = 5   // { int sys_open(const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  9. src/runtime/sys_freebsd_386.s

    // /usr/src/sys/kern/syscalls.master for syscall numbers.
    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    #define CLOCK_REALTIME		0
    #define CLOCK_MONOTONIC		4
    
    #define SYS_exit		1
    #define SYS_read		3
    #define SYS_write		4
    #define SYS_open		5
    #define SYS_close		6
    #define SYS_getpid		20
    #define SYS_kill		37
    #define SYS_sigaltstack		53
    #define SYS_munmap		73
    #define SYS_madvise		75
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_amd64.go

    // mksysnum_openbsd.pl
    // Code generated by the command above; DO NOT EDIT.
    
    //go:build amd64 && openbsd
    
    package syscall
    
    const (
    	SYS_EXIT           = 1   // { void sys_exit(int rval); }
    	SYS_FORK           = 2   // { int sys_fork(void); }
    	SYS_READ           = 3   // { ssize_t sys_read(int fd, void *buf, size_t nbyte); }
    	SYS_WRITE          = 4   // { ssize_t sys_write(int fd, const void *buf, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
Back to top