HomeSort by relevance Sort by last modified time
    Searched defs:rt_sigaction (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
sigaction_linux.go 9 // rt_sigaction calls the rt_sigaction system call. It is implemented in assembly.
11 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 func
cgo_sigaction.go 20 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 { func
82 // sysSigaction calls the rt_sigaction system call. It is implemented in assembly.
  /prebuilts/go/linux-x86/src/runtime/
sigaction_linux.go 9 // rt_sigaction calls the rt_sigaction system call. It is implemented in assembly.
11 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 func
cgo_sigaction.go 20 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 { func
82 // sysSigaction calls the rt_sigaction system call. It is implemented in assembly.

Completed in 105 milliseconds