var testing.matchMutex

3 uses

	testing (current package)
		match.go#L26: var matchMutex sync.Mutex
		match.go#L60: 	matchMutex.Lock()
		match.go#L61: 	defer matchMutex.Unlock()