var net/http.uniqNameMu

3 uses

	net/http (current package)
		server.go#L3469: 	uniqNameMu   sync.Mutex
		server.go#L3474: 	uniqNameMu.Lock()
		server.go#L3475: 	defer uniqNameMu.Unlock()