Home
last modified time | relevance | path

Searched defs:nsswitchConfig (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnss.go21 type nsswitchConfig struct { struct
22 initOnce sync.Once // guards init of nsswitchConfig
26 ch chan struct{} // guards lastChecked and modTime
27 lastChecked time.Time // last time nsswitch.conf was checked
29 mu sync.Mutex // protects nssConf
30 nssConf *nssConf
42 func (conf *nsswitchConfig) init() {
49 func (conf *nsswitchConfig) tryUpdate() {
78 func (conf *nsswitchConfig) acquireSema() {
82 func (conf *nsswitchConfig) tryAcquireSema() bool {
[all …]