text/template.common.muFuncs (field)

9 uses

	text/template (current package)
		funcs.go#L141: 		tmpl.muFuncs.RLock()
		funcs.go#L142: 		defer tmpl.muFuncs.RUnlock()
		template.go#L20: 	muFuncs    sync.RWMutex // protects parseFuncs and execFuncs
		template.go#L100: 	t.muFuncs.RLock()
		template.go#L101: 	defer t.muFuncs.RUnlock()
		template.go#L172: 	t.muFuncs.Lock()
		template.go#L173: 	defer t.muFuncs.Unlock()
		template.go#L200: 	t.muFuncs.RLock()
		template.go#L202: 	t.muFuncs.RUnlock()