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

6 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L2448: type ItimerWhich int
		syscall_linux.go#L2452: 	ItimerReal    ItimerWhich = ITIMER_REAL
		syscall_linux.go#L2453: 	ItimerVirtual ItimerWhich = ITIMER_VIRTUAL
		syscall_linux.go#L2454: 	ItimerProf    ItimerWhich = ITIMER_PROF
		syscall_linux.go#L2459: func Getitimer(which ItimerWhich) (Itimerval, error) {
		syscall_linux.go#L2472: func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) {