Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dgotrack.go28 return goroutineLock(curGoroutineID())
35 if curGoroutineID() != uint64(g) {
44 if curGoroutineID() == uint64(g) {
51 func curGoroutineID() uint64 { func