sync.Locker.Unlock (method)

3 uses

	sync (current package)
		cond.go#L70: 	c.L.Unlock()
		mutex.go#L44: 	Unlock()

	net/http
		transport.go#L2200: 	testHookMu.Unlock()