Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syscall_wait4 (0.2 sec)

  1. src/runtime/syscall_solaris.go

    	}
    	entersyscallblock()
    	asmcgocall(unsafe.Pointer(&asmsysvicall6x), unsafe.Pointer(&call))
    	exitsyscall()
    	return call.r1, call.r2, call.err
    }
    
    //go:linkname syscall_wait4
    //go:cgo_unsafe_args
    func syscall_wait4(pid uintptr, wstatus *uint32, options uintptr, rusage unsafe.Pointer) (wpid int, err uintptr) {
    	call := libcall{
    		fn:   uintptr(unsafe.Pointer(&libc_wait4)),
    		n:    4,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top