Searched defs:nsswitchConfig (Results 1 – 1 of 1) sorted by relevance
21 type nsswitchConfig struct { struct22 initOnce sync.Once // guards init of nsswitchConfig26 ch chan struct{} // guards lastChecked and modTime27 lastChecked time.Time // last time nsswitch.conf was checked29 mu sync.Mutex // protects nssConf30 nssConf *nssConf42 func (conf *nsswitchConfig) init() {49 func (conf *nsswitchConfig) tryUpdate() {78 func (conf *nsswitchConfig) acquireSema() {82 func (conf *nsswitchConfig) tryAcquireSema() bool {[all …]