Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for WNOWAIT (0.18 sec)

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

    	VSUSP                           = 9
    	VTIME                           = 10
    	WCONTINUED                      = 0x4
    	WEXITED                         = 0x8
    	WNOHANG                         = 0x1
    	WNOWAIT                         = 0x20
    	WSTOPPED                        = 0x10
    	WUNTRACED                       = 0x2
    	_BPX_SWAP                       = 1
    	_BPX_NONSWAP                    = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. 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)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	WIN_WRITE_SAME                              = 0xe9
    	WIN_WRITE_VERIFY                            = 0x3c
    	WNOHANG                                     = 0x1
    	WNOTHREAD                                   = 0x20000000
    	WNOWAIT                                     = 0x1000000
    	WSTOPPED                                    = 0x2
    	WUNTRACED                                   = 0x2
    	XATTR_CREATE                                = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WCLONE", Const, 0},
    		{"WCONTINUED", Const, 0},
    		{"WCOREFLAG", Const, 0},
    		{"WEXITED", Const, 0},
    		{"WLINUXCLONE", Const, 0},
    		{"WNOHANG", Const, 0},
    		{"WNOTHREAD", Const, 0},
    		{"WNOWAIT", Const, 0},
    		{"WNOZOMBIE", Const, 1},
    		{"WOPTSCHECKED", Const, 1},
    		{"WORDSIZE", Const, 0},
    		{"WSABuf", Type, 0},
    		{"WSABuf.Buf", Field, 0},
    		{"WSABuf.Len", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top