Home | History | Annotate | Download | only in runtime

Lines Matching full:func

10 func setitimer(mode int32, new, old *itimerval)
13 func sigaction(sig int32, new, old *sigactiont)
16 func sigaltstack(new, old *sigaltstackt)
18 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer) {
23 func sigprocmask(mode int32, new, old *sigset)
26 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32
28 func lwp_tramp()
30 func raise(sig int32)
31 func raiseproc(sig int32)
34 func getcontext(ctxt unsafe.Pointer)
37 func lwp_create(ctxt unsafe.Pointer, flags uintptr, lwpid unsafe.Pointer) int32
40 func lwp_park(abstime *timespec, unpark int32, hint, unparkhint unsafe.Pointer) int32
43 func lwp_unpark(lwp int32, hint unsafe.Pointer) int32
45 func lwp_self() int32
47 func osyield()