Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
185
func
(p *Process) Lock() {
186
p.mu.Lock()
187
}
188
189
// Unlock unlocks reading from this process
190
func
(p *Process) Unlock() {
Callers
15
__init__
Method · 0.80
SetLoggers
Method · 0.80
OnDNSResponse
Method · 0.80
OnIgnored
Method · 0.80
onConnection
Method · 0.80
emptyStats
Method · 0.80
Serialize
Method · 0.80
Track
Function · 0.80
Connect
Method · 0.80
monitor
Method · 0.80
Serialize
Method · 0.80
TestNewOperatorListsSimple
Function · 0.80
Calls
no outgoing calls
Tested by
6
TestNewOperatorListsSimple
Function · 0.64
TestNewOperatorListsIPs
Function · 0.64
TestNewOperatorListsNETs
Function · 0.64
TestNewOperatorListsComplex
Function · 0.64
TestNewOperatorListsDomainsRegexp
Function · 0.64
TestRaceNewOperatorListsDomainsRegexp
Function · 0.64