sync.Locker.Unlock (method)

3 uses

	sync (current package)
		cond.go#L69: 	c.L.Unlock()
		mutex.go#L42: 	Unlock()

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