src.elv.sh/pkg/cli.aTTY.rawMutex (field)

5 uses

	src.elv.sh/pkg/cli (current package)
		tty.go#L54: 	rawMutex sync.Mutex
		tty.go#L88: 	t.rawMutex.Lock()
		tty.go#L89: 	defer t.rawMutex.Unlock()
		tty.go#L98: 	t.rawMutex.Lock()
		tty.go#L99: 	defer t.rawMutex.Unlock()