src.elv.sh/pkg/cli/clitest.fakeTTY.bufMutex (field)

19 uses

	src.elv.sh/pkg/cli/clitest (current package)
		fake_tty.go#L38: 	bufMutex sync.RWMutex
		fake_tty.go#L107: 	t.bufMutex.RLock()
		fake_tty.go#L108: 	defer t.bufMutex.RUnlock()
		fake_tty.go#L114: 	t.bufMutex.Lock()
		fake_tty.go#L115: 	defer t.bufMutex.Unlock()
		fake_tty.go#L122: 	t.bufMutex.Lock()
		fake_tty.go#L123: 	defer t.bufMutex.Unlock()
		fake_tty.go#L222: 		t.bufMutex.RLock()
		fake_tty.go#L223: 		defer t.bufMutex.RUnlock()
		fake_tty.go#L244: 		t.bufMutex.RLock()
		fake_tty.go#L245: 		defer t.bufMutex.RUnlock()
		fake_tty.go#L258: 	t.bufMutex.RLock()
		fake_tty.go#L259: 	defer t.bufMutex.RUnlock()
		fake_tty.go#L265: 	t.bufMutex.RLock()
		fake_tty.go#L266: 	defer t.bufMutex.RUnlock()
		fake_tty.go#L275: 	t.bufMutex.RLock()
		fake_tty.go#L276: 	defer t.bufMutex.RUnlock()
		fake_tty.go#L281: 	t.bufMutex.RLock()
		fake_tty.go#L282: 	defer t.bufMutex.RUnlock()