MCPcopy
hub / github.com/evilsocket/opensnitch / Unlock

Method Unlock

daemon/procmon/process.go:190–192  ·  view source on GitHub ↗

Unlock unlocks reading from this process

()

Source from the content-addressed store, hash-verified

188
189// Unlock unlocks reading from this process
190func (p *Process) Unlock() {
191 p.mu.Unlock()
192}
193
194// RLock locks this process for r
195func (p *Process) RLock() {

Callers 15

SetLoggersMethod · 0.80
OnDNSResponseMethod · 0.80
OnIgnoredMethod · 0.80
onConnectionMethod · 0.80
emptyStatsMethod · 0.80
SerializeMethod · 0.80
TrackFunction · 0.80
ConnectMethod · 0.80
monitorMethod · 0.80
SerializeMethod · 0.80
TestNewOperatorListsIPsFunction · 0.80

Calls

no outgoing calls