Searched refs:mu (Results 1 – 1 of 1) sorted by relevance
42 mu sync.Mutex // guards Close and Write member47 w.mu.Lock()48 defer w.mu.Unlock()56 w.mu.Lock()57 defer w.mu.Unlock()80 mu sync.Mutex // guards Close and Read member85 r.mu.Lock()86 defer r.mu.Unlock()94 r.mu.Lock()95 defer r.mu.Unlock()[all …]