Home
last modified time | relevance | path

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

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/mocks/
H A Dmocked_wrapper.go174 modifyMutex sync.RWMutex member
1136 fake.modifyMutex.Lock()
1144 fake.modifyMutex.Unlock()
1155 fake.modifyMutex.RLock()
1161 fake.modifyMutex.Lock()
1162 defer fake.modifyMutex.Unlock()
1167 fake.modifyMutex.RLock()
1174 fake.modifyMutex.Lock()
1175 defer fake.modifyMutex.Unlock()
1184 fake.modifyMutex.Lock()
[all …]