Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for WNOWAIT (0.14 sec)

  1. src/syscall/zerrors_netbsd_arm.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
    - 66.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/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: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.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 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_riscv64.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
    - 70.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	WCONTINUED                              = 0x10
    	WCOREFLAG                               = 0x80
    	WEXITED                                 = 0x4
    	WNOHANG                                 = 0x1
    	WNOWAIT                                 = 0x20
    	WORDSIZE                                = 0x40
    	WSTOPPED                                = 0x8
    	WUNTRACED                               = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	WALLSIG                           = 0x8
    	WALTSIG                           = 0x4
    	WCLONE                            = 0x4
    	WCOREFLAG                         = 0x80
    	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 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips.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
    - 69.2K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips64.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
    - 68.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mips64le.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
    - 68.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_mipsle.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
    - 69.2K bytes
    - Viewed (0)
Back to top