Home | History | Annotate | Download | only in runtime

Lines Matching full:func

10 func lwp_create(param *lwpparams) int32
13 func sigaltstack(new, old *sigaltstackt)
16 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
19 func sigaction(sig int32, new, old *sigactiont)
22 func sigprocmask(how int32, new, old *sigset)
25 func setitimer(mode int32, new, old *itimerval)
28 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
31 func getrlimit(kind int32, limit unsafe.Pointer) int32
33 func raise(sig int32)
34 func raiseproc(sig int32)
37 func sys_umtx_sleep(addr *uint32, val, timeout int32) int32
40 func sys_umtx_wakeup(addr *uint32, val int32) int32
42 func osyield()