Lines Matching full:func
10 func thr_new(param *thrparam, size int32)
13 func sigaltstack(new, old *stackt)
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
32 func raise(sig int32)
33 func raiseproc(sig int32)
36 func sys_umtx_op(addr *uint32, mode int32, val uint32, ptr2, ts *timespec) int32
38 func osyield()