Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfile_plan9.go12 type FDMutex struct { struct
13 fdmu fdMutex
16 func (fdmu *FDMutex) Incref() bool {
20 func (fdmu *FDMutex) Decref() bool {
24 func (fdmu *FDMutex) IncrefAndClose() bool {
28 func (fdmu *FDMutex) ReadLock() bool {
32 func (fdmu *FDMutex) ReadUnlock() bool {
36 func (fdmu *FDMutex) WriteLock() bool {
40 func (fdmu *FDMutex) WriteUnlock() bool {