Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 213 for msgsync (0.18 sec)

  1. src/syscall/zerrors_linux_mipsle.go

    	MSG_PROXY                        = 0x10
    	MSG_RST                          = 0x1000
    	MSG_SYN                          = 0x400
    	MSG_TRUNC                        = 0x20
    	MSG_TRYHARD                      = 0x4
    	MSG_WAITALL                      = 0x100
    	MSG_WAITFORONE                   = 0x10000
    	MS_ACTIVE                        = 0x40000000
    	MS_ASYNC                         = 0x1
    	MS_BIND                          = 0x1000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_SEMSYS                   = 169 // { int semsys(int which, int a2, int a3, int a4, int a5); }
    	SYS_MSGSYS                   = 170 // { int msgsys(int which, int a2, int a3, int a4, int a5, int a6); }
    	SYS_SHMSYS                   = 171 // { int shmsys(int which, int a2, int a3, int a4); }
    	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_SEMSYS                   = 169 // { int semsys(int which, int a2, int a3, int a4, int a5); }
    	SYS_MSGSYS                   = 170 // { int msgsys(int which, int a2, int a3, int a4, int a5, int a6); }
    	SYS_SHMSYS                   = 171 // { int shmsys(int which, int a2, int a3, int a4); }
    	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_ppc64.go

    	MSG_PROXY                        = 0x10
    	MSG_RST                          = 0x1000
    	MSG_SYN                          = 0x400
    	MSG_TRUNC                        = 0x20
    	MSG_TRYHARD                      = 0x4
    	MSG_WAITALL                      = 0x100
    	MSG_WAITFORONE                   = 0x10000
    	MS_ACTIVE                        = 0x40000000
    	MS_ASYNC                         = 0x1
    	MS_BIND                          = 0x1000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_s390x.go

    	MSG_PROXY                        = 0x10
    	MSG_RST                          = 0x1000
    	MSG_SYN                          = 0x400
    	MSG_TRUNC                        = 0x20
    	MSG_TRYHARD                      = 0x4
    	MSG_WAITALL                      = 0x100
    	MSG_WAITFORONE                   = 0x10000
    	MS_ACTIVE                        = 0x40000000
    	MS_ASYNC                         = 0x1
    	MS_BIND                          = 0x1000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_arm64.go

    	MSG_PROXY                        = 0x10
    	MSG_RST                          = 0x1000
    	MSG_SYN                          = 0x400
    	MSG_TRUNC                        = 0x20
    	MSG_TRYHARD                      = 0x4
    	MSG_WAITALL                      = 0x100
    	MSG_WAITFORONE                   = 0x10000
    	MS_ACTIVE                        = 0x40000000
    	MS_ASYNC                         = 0x1
    	MS_BIND                          = 0x1000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_ppc64le.go

    	MSG_PROXY                        = 0x10
    	MSG_RST                          = 0x1000
    	MSG_SYN                          = 0x400
    	MSG_TRUNC                        = 0x20
    	MSG_TRYHARD                      = 0x4
    	MSG_WAITALL                      = 0x100
    	MSG_WAITFORONE                   = 0x10000
    	MS_ACTIVE                        = 0x40000000
    	MS_ASYNC                         = 0x1
    	MS_BIND                          = 0x1000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_SEMSYS                   = 169 // { int semsys(int which, int a2, int a3, int a4, int a5); }
    	SYS_MSGSYS                   = 170 // { int msgsys(int which, int a2, int a3, int a4, int a5, int a6); }
    	SYS_SHMSYS                   = 171 // { int shmsys(int which, int a2, int a3, int a4); }
    	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/syscall/ztypes_aix_ppc64.go

    type Rusage struct {
    	Utime    Timeval
    	Stime    Timeval
    	Maxrss   int64
    	Ixrss    int64
    	Idrss    int64
    	Isrss    int64
    	Minflt   int64
    	Majflt   int64
    	Nswap    int64
    	Inblock  int64
    	Oublock  int64
    	Msgsnd   int64
    	Msgrcv   int64
    	Nsignals int64
    	Nvcsw    int64
    	Nivcsw   int64
    }
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Pid_t int32
    
    type _Gid_t uint32
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 14:36:41 UTC 2019
    - 4.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go

    type Rusage struct {
    	Utime    Timeval
    	Stime    Timeval
    	Maxrss   int32
    	Ixrss    int32
    	Idrss    int32
    	Isrss    int32
    	Minflt   int32
    	Majflt   int32
    	Nswap    int32
    	Inblock  int32
    	Oublock  int32
    	Msgsnd   int32
    	Msgrcv   int32
    	Nsignals int32
    	Nvcsw    int32
    	Nivcsw   int32
    }
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type Pid_t int32
    
    type _Gid_t uint32
    
    type dev_t uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top