Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,093 for kevent (0.44 sec)

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

    	SYS_MKNODAT                  = 559 // { int mknodat(int fd, char *path, mode_t mode, dev_t dev); }
    	SYS_KEVENT                   = 560 // { int kevent(int fd, struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  2. src/runtime/os_netbsd.go

    func lwp_self() int32
    
    func osyield()
    
    //go:nosplit
    func osyield_no_g() {
    	osyield()
    }
    
    func kqueue() int32
    
    //go:noescape
    func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
    
    func pipe2(flags int32) (r, w int32, errno int32)
    func fcntl(fd, cmd, arg int32) (ret int32, errno int32)
    
    func issetugid() int32
    
    const (
    	_ESRCH     = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  3. src/runtime/os_freebsd.go

    func osyield()
    
    //go:nosplit
    func osyield_no_g() {
    	osyield()
    }
    
    func kqueue() int32
    
    //go:noescape
    func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
    
    func pipe2(flags int32) (r, w int32, errno int32)
    func fcntl(fd, cmd, arg int32) (ret int32, errno int32)
    
    func issetugid() int32
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. src/runtime/sys_freebsd_riscv64.s

    	RET
    
    // func kqueue() int32
    TEXT runtime·kqueue(SB),NOSPLIT|NOFRAME,$0
    	MOV $SYS_kqueue, T0
    	ECALL
    	BEQ	T0, ZERO, ok
    	MOV	$-1, A0
    ok:
    	MOVW	A0, ret+0(FP)
    	RET
    
    // func kevent(kq int, ch unsafe.Pointer, nch int, ev unsafe.Pointer, nev int, ts *Timespec) (n int, err error)
    TEXT runtime·kevent(SB),NOSPLIT,$0
    	MOVW	kq+0(FP), A0
    	MOV	ch+8(FP), A1
    	MOVW	nch+16(FP), A2
    	MOV	ev+24(FP), A3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  5. src/runtime/sys_freebsd_arm64.s

    	MOVW	R0, ret+40(FP)
    	RET
    
    // func kqueue() int32
    TEXT runtime·kqueue(SB),NOSPLIT|NOFRAME,$0
    	MOVD $SYS_kqueue, R8
    	SVC
    	BCC	ok
    	MOVW	$-1, R0
    ok:
    	MOVW	R0, ret+0(FP)
    	RET
    
    // func kevent(kq int, ch unsafe.Pointer, nch int, ev unsafe.Pointer, nev int, ts *Timespec) (n int, err error)
    TEXT runtime·kevent(SB),NOSPLIT,$0
    	MOVW	kq+0(FP), R0
    	MOVD	ch+8(FP), R1
    	MOVW	nch+16(FP), R2
    	MOVD	ev+24(FP), R3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_GETRESGID                = 361 // { int getresgid(gid_t *rgid, gid_t *egid, \
    	SYS_KQUEUE                   = 362 // { int kqueue(void); }
    	SYS_KEVENT                   = 363 // { int kevent(int fd, \
    	SYS_EXTATTR_SET_FD           = 371 // { ssize_t extattr_set_fd(int fd, \
    	SYS_EXTATTR_GET_FD           = 372 // { ssize_t extattr_get_fd(int fd, \
    	SYS_EXTATTR_DELETE_FD        = 373 // { int extattr_delete_fd(int fd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_386.go

    	SYS_GETRESGID                = 361 // { int getresgid(gid_t *rgid, gid_t *egid, \
    	SYS_KQUEUE                   = 362 // { int kqueue(void); }
    	SYS_KEVENT                   = 363 // { int kevent(int fd, \
    	SYS_EXTATTR_SET_FD           = 371 // { ssize_t extattr_set_fd(int fd, \
    	SYS_EXTATTR_GET_FD           = 372 // { ssize_t extattr_get_fd(int fd, \
    	SYS_EXTATTR_DELETE_FD        = 373 // { int extattr_delete_fd(int fd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsyscall_openbsd_arm.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {
    	r0, _, e1 := syscall6(abi.FuncPCABI0(libc_kevent_trampoline), uintptr(kq), uintptr(change), uintptr(nchange), uintptr(event), uintptr(nevent), uintptr(unsafe.Pointer(timeout)))
    	n = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_arm.go

    	SYS_GETRESGID                = 361 // { int getresgid(gid_t *rgid, gid_t *egid, \
    	SYS_KQUEUE                   = 362 // { int kqueue(void); }
    	SYS_KEVENT                   = 363 // { int kevent(int fd, \
    	SYS_EXTATTR_SET_FD           = 371 // { ssize_t extattr_set_fd(int fd, \
    	SYS_EXTATTR_GET_FD           = 372 // { ssize_t extattr_get_fd(int fd, \
    	SYS_EXTATTR_DELETE_FD        = 373 // { int extattr_delete_fd(int fd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_openbsd_amd64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {
    	r0, _, e1 := syscall6(abi.FuncPCABI0(libc_kevent_trampoline), uintptr(kq), uintptr(change), uintptr(nchange), uintptr(event), uintptr(nevent), uintptr(unsafe.Pointer(timeout)))
    	n = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.4K bytes
    - Viewed (0)
Back to top