Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,768 for HEvent (3.32 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Event.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 766 bytes
    - Viewed (0)
  2. src/runtime/netpoll_kqueue.go

    		}
    		tp = &ts
    	}
    	var events [64]keventt
    retry:
    	n := kevent(kq, nil, 0, &events[0], int32(len(events)), tp)
    	if n < 0 {
    		// Ignore the ETIMEDOUT error for now, but try to dive deep and
    		// figure out what really happened with n == ETIMEOUT,
    		// see https://go.dev/issue/59679 for details.
    		if n != -_EINTR && n != -_ETIMEDOUT {
    			println("runtime: kevent on fd", kq, "failed with", -n)
    			throw("runtime: netpoll failed")
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. src/syscall/syscall_bsd.go

    		n = 0
    	}
    	return n, nil
    }
    
    //sys	kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error)
    
    func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n int, err error) {
    	var change, event unsafe.Pointer
    	if len(changes) > 0 {
    		change = unsafe.Pointer(&changes[0])
    	}
    	if len(events) > 0 {
    		event = unsafe.Pointer(&events[0])
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 10:34:48 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_bsd.go

    		n = 0
    	}
    	return n, nil
    }
    
    //sys	kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error)
    
    func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n int, err error) {
    	var change, event unsafe.Pointer
    	if len(changes) > 0 {
    		change = unsafe.Pointer(&changes[0])
    	}
    	if len(events) > 0 {
    		event = unsafe.Pointer(&events[0])
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 15K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1.Event.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 778 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1beta1.Event.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 783 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/events.k8s.io.v1beta1.Event.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 783 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/events.k8s.io.v1.Event.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 778 bytes
    - Viewed (0)
  9. src/runtime/defs_dragonfly.go

    type Siginfo C.siginfo_t
    
    type Mcontext C.mcontext_t
    type Ucontext C.ucontext_t
    
    type Timespec C.struct_timespec
    type Timeval C.struct_timeval
    type Itimerval C.struct_itimerval
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1.Event.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 778 bytes
    - Viewed (0)
Back to top