Home
last modified time | relevance | path

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

/external/syzkaller/pkg/ipc/
Dgate.go13 type Gate struct { struct
14 cv *sync.Cond
15 busy []bool
16 pos int
17 running int
18 stop bool
19 f func()
31 func (g *Gate) Enter() int {
50 func (g *Gate) Leave(idx int) {