type golang.org/x/sys/unix.ItimerWhich

6 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L2354: type ItimerWhich int
		syscall_linux.go#L2358: 	ItimerReal    ItimerWhich = ITIMER_REAL
		syscall_linux.go#L2359: 	ItimerVirtual ItimerWhich = ITIMER_VIRTUAL
		syscall_linux.go#L2360: 	ItimerProf    ItimerWhich = ITIMER_PROF
		syscall_linux.go#L2365: func Getitimer(which ItimerWhich) (Itimerval, error) {
		syscall_linux.go#L2378: func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) {