Searched defs:fdMutex (Results 1 – 2 of 2) sorted by relevance
12 type fdMutex struct { struct13 state uint6414 rsema uint3215 wsema uint3253 func (mu *fdMutex) incref() bool {71 func (mu *fdMutex) increfAndClose() bool {106 panic("inconsistent poll.fdMutex")117 func (mu *fdMutex) rwlock(read bool) bool {179 panic("inconsistent poll.fdMutex")
14 fdMutex anonMember