Home
last modified time | relevance | path

Searched refs:fnonce (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go2233 fnonce *sync.Once // to call fn with member
2259 s.fnonce = new(sync.Once)
2268 s.fnonce.Do(s.fn)
2286 go func() { s.fnonce.Do(s.fn) }()