Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfd_mutex.go12 type fdMutex struct { struct
13 state uint64
14 rsema uint32
15 wsema uint32
53 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")
Dexport_test.go14 fdMutex anonMember