Home
last modified time | relevance | path

Searched defs:syscall_Syscall (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dsyscall_aix.go68 func syscall_Syscall(fn, a1, a2, a3 uintptr) (r1, r2, err uintptr) { func
Dsyscall_windows.go456 func syscall_Syscall(fn, nargs, a1, a2, a3 uintptr) (r1, r2, err uintptr) { func