Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for EV_EOF (5.59 sec)

  1. src/runtime/defs_netbsd.go

    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_RECEIPT   = 0
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    	EVFILT_WRITE = C.EVFILT_WRITE
    	EVFILT_USER  = C.EVFILT_USER
    
    	NOTE_TRIGGER = C.NOTE_TRIGGER
    )
    
    type Sigset C.sigset_t
    type Siginfo C.struct__ksiginfo
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. src/runtime/defs_dragonfly.go

    	ITIMER_PROF    = C.ITIMER_PROF
    
    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    	EVFILT_WRITE = C.EVFILT_WRITE
    	EVFILT_USER  = C.EVFILT_USER
    
    	NOTE_TRIGGER = C.NOTE_TRIGGER
    )
    
    type Rtprio C.struct_rtprio
    type Lwpparams C.struct_lwp_params
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. src/runtime/defs_openbsd.go

    	ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
    	ITIMER_PROF    = C.ITIMER_PROF
    
    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    	EVFILT_WRITE = C.EVFILT_WRITE
    )
    
    type TforkT C.struct___tfork
    
    type Sigcontext C.struct_sigcontext
    type Siginfo C.siginfo_t
    type Sigset C.sigset_t
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 17:31:23 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  4. src/runtime/defs_darwin.go

    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_RECEIPT   = C.EV_RECEIPT
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    	EVFILT_WRITE = C.EVFILT_WRITE
    	EVFILT_USER  = C.EVFILT_USER
    
    	NOTE_TRIGGER = C.NOTE_TRIGGER
    
    	PTHREAD_CREATE_DETACHED = C.PTHREAD_CREATE_DETACHED
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. src/runtime/defs_freebsd.go

    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_RECEIPT   = C.EV_RECEIPT
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    	EVFILT_WRITE = C.EVFILT_WRITE
    	EVFILT_USER  = C.EVFILT_USER
    
    	NOTE_TRIGGER = C.NOTE_TRIGGER
    )
    
    type Rtprio C.struct_rtprio
    type ThrParam C.struct_thr_param
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. src/runtime/netpoll_kqueue.go

    		case _EVFILT_READ:
    			mode += 'r'
    
    			// On some systems when the read end of a pipe
    			// is closed the write end will not get a
    			// _EVFILT_WRITE event, but will get a
    			// _EVFILT_READ event with EV_EOF set.
    			// Note that setting 'w' here just means that we
    			// will wake up a goroutine waiting to write;
    			// that goroutine will try the write again,
    			// and the appropriate thing will happen based
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  7. src/syscall/zerrors_darwin_arm64.go

    	EV_CLEAR                          = 0x20
    	EV_DELETE                         = 0x2
    	EV_DISABLE                        = 0x8
    	EV_DISPATCH                       = 0x80
    	EV_ENABLE                         = 0x4
    	EV_EOF                            = 0x8000
    	EV_ERROR                          = 0x4000
    	EV_FLAG0                          = 0x1000
    	EV_FLAG1                          = 0x2000
    	EV_ONESHOT                        = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_arm.go

    	EV_DELETE                         = 0x2
    	EV_DISABLE                        = 0x8
    	EV_DISPATCH                       = 0x80
    	EV_DROP                           = 0x1000
    	EV_ENABLE                         = 0x4
    	EV_EOF                            = 0x8000
    	EV_ERROR                          = 0x4000
    	EV_FLAG1                          = 0x2000
    	EV_ONESHOT                        = 0x10
    	EV_RECEIPT                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_arm64.go

    	EV_DELETE                         = 0x2
    	EV_DISABLE                        = 0x8
    	EV_DISPATCH                       = 0x80
    	EV_DROP                           = 0x1000
    	EV_ENABLE                         = 0x4
    	EV_EOF                            = 0x8000
    	EV_ERROR                          = 0x4000
    	EV_FLAG1                          = 0x2000
    	EV_ONESHOT                        = 0x10
    	EV_RECEIPT                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_freebsd_riscv64.go

    	EV_DELETE                         = 0x2
    	EV_DISABLE                        = 0x8
    	EV_DISPATCH                       = 0x80
    	EV_DROP                           = 0x1000
    	EV_ENABLE                         = 0x4
    	EV_EOF                            = 0x8000
    	EV_ERROR                          = 0x4000
    	EV_FLAG1                          = 0x2000
    	EV_ONESHOT                        = 0x10
    	EV_RECEIPT                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
Back to top