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

Method Lock

daemon/procmon/process.go:185–187  ·  view source on GitHub ↗

Lock locks this process for w+r

()

Source from the content-addressed store, hash-verified

183
184// Lock locks this process for w+r
185func (p *Process) Lock() {
186 p.mu.Lock()
187}
188
189// Unlock unlocks reading from this process
190func (p *Process) Unlock() {

Callers 15

__init__Method · 0.80
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

Calls

no outgoing calls