Home
last modified time | relevance | path

Searched refs:shutdownMu (Results 1 – 3 of 3) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/flip/
H A Dflip.go57 shutdownMu sync.Mutex member
99 d.shutdownMu.Lock()
102 d.shutdownMu.Unlock()
126 d.shutdownMu.Lock()
131 d.shutdownMu.Unlock()
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Didentify3.go123 shutdownMu sync.Mutex member
169 s.shutdownMu.Lock()
170 defer s.shutdownMu.Unlock()
177 s.shutdownMu.Lock()
178 defer s.shutdownMu.Unlock()
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dflipmanager.go135 shutdownMu sync.Mutex member
201 m.shutdownMu.Lock()
203 m.shutdownMu.Unlock()
213 m.shutdownMu.Unlock()
229 m.shutdownMu.Lock()
230 defer m.shutdownMu.Unlock()