type golang.org/x/sys/unix.ItimerWhich
6 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2532: type ItimerWhich int
syscall_linux.go#L2536: ItimerReal ItimerWhich = ITIMER_REAL
syscall_linux.go#L2537: ItimerVirtual ItimerWhich = ITIMER_VIRTUAL
syscall_linux.go#L2538: ItimerProf ItimerWhich = ITIMER_PROF
syscall_linux.go#L2543: func Getitimer(which ItimerWhich) (Itimerval, error) {
syscall_linux.go#L2556: func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)