Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dgotrack.go22 type goroutineLock uint64 type
24 func newGoroutineLock() goroutineLock {
28 return goroutineLock(curGoroutineID())
31 func (g goroutineLock) check() {
40 func (g goroutineLock) checkNotOn() {
Dserver.go468 serveG goroutineLock // used to verify funcs are on serve()