Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for WNOWAIT (0.2 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	VWERASE                           = 0x4
    	WCONTINUED                        = 0x10
    	WCOREFLAG                         = 0x80
    	WEXITED                           = 0x4
    	WNOHANG                           = 0x1
    	WNOWAIT                           = 0x20
    	WORDSIZE                          = 0x40
    	WSTOPPED                          = 0x8
    	WUNTRACED                         = 0x2
    )
    
    // Errors
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_amd64.go

    	VWERASE                           = 0x4
    	WCONTINUED                        = 0x10
    	WCOREFLAG                         = 0x80
    	WEXITED                           = 0x4
    	WNOHANG                           = 0x1
    	WNOWAIT                           = 0x20
    	WORDSIZE                          = 0x40
    	WSTOPPED                          = 0x8
    	WUNTRACED                         = 0x2
    )
    
    // Errors
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	WCONTFLG                      = 0xffff
    	WCONTINUED                    = 0x8
    	WCOREFLG                      = 0x80
    	WEXITED                       = 0x1
    	WNOHANG                       = 0x40
    	WNOWAIT                       = 0x80
    	WOPTMASK                      = 0xcf
    	WRAP                          = 0x20000
    	WSIGMASK                      = 0x7f
    	WSTOPFLG                      = 0x7f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_386.go

    	WCLONE                           = 0x80000000
    	WCONTINUED                       = 0x8
    	WEXITED                          = 0x4
    	WNOHANG                          = 0x1
    	WNOTHREAD                        = 0x20000000
    	WNOWAIT                          = 0x1000000
    	WORDSIZE                         = 0x20
    	WSTOPPED                         = 0x2
    	WUNTRACED                        = 0x2
    )
    
    // Errors
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_dragonfly_amd64.go

    	WCONTINUED                        = 0x4
    	WCOREFLAG                         = 0x80
    	WEXITED                           = 0x10
    	WLINUXCLONE                       = 0x80000000
    	WNOHANG                           = 0x1
    	WNOWAIT                           = 0x8
    	WSTOPPED                          = 0x7f
    	WUNTRACED                         = 0x2
    )
    
    // Errors
    const (
    	E2BIG           = Errno(0x7)
    	EACCES          = Errno(0xd)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 59.6K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_amd64.go

    	WCLONE                           = 0x80000000
    	WCONTINUED                       = 0x8
    	WEXITED                          = 0x4
    	WNOHANG                          = 0x1
    	WNOTHREAD                        = 0x20000000
    	WNOWAIT                          = 0x1000000
    	WORDSIZE                         = 0x40
    	WSTOPPED                         = 0x2
    	WUNTRACED                        = 0x2
    )
    
    // Errors
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_freebsd_arm.go

    	WCONTINUED                        = 0x4
    	WCOREFLAG                         = 0x80
    	WEXITED                           = 0x10
    	WLINUXCLONE                       = 0x80000000
    	WNOHANG                           = 0x1
    	WNOWAIT                           = 0x8
    	WSTOPPED                          = 0x2
    	WTRAPPED                          = 0x20
    	WUNTRACED                         = 0x2
    )
    
    // Errors
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_arm64.go

    	WCONTINUED                        = 0x4
    	WCOREFLAG                         = 0x80
    	WEXITED                           = 0x10
    	WLINUXCLONE                       = 0x80000000
    	WNOHANG                           = 0x1
    	WNOWAIT                           = 0x8
    	WSTOPPED                          = 0x2
    	WTRAPPED                          = 0x20
    	WUNTRACED                         = 0x2
    )
    
    // Errors
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_riscv64.go

    	WCONTINUED                        = 0x4
    	WCOREFLAG                         = 0x80
    	WEXITED                           = 0x10
    	WLINUXCLONE                       = 0x80000000
    	WNOHANG                           = 0x1
    	WNOWAIT                           = 0x8
    	WSTOPPED                          = 0x2
    	WTRAPPED                          = 0x20
    	WUNTRACED                         = 0x2
    )
    
    // Errors
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_netbsd_arm64.go

    	WALTSIG                           = 0x4
    	WCLONE                            = 0x4
    	WCOREFLAG                         = 0x80
    	WEXITED                           = 0x20
    	WNOHANG                           = 0x1
    	WNOWAIT                           = 0x10000
    	WNOZOMBIE                         = 0x20000
    	WOPTSCHECKED                      = 0x40000
    	WSTOPPED                          = 0x7f
    	WUNTRACED                         = 0x2
    )
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
Back to top