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

Method RLock

daemon/procmon/process.go:195–197  ·  view source on GitHub ↗

RLock locks this process for r

()

Source from the content-addressed store, hash-verified

193
194// RLock locks this process for r
195func (p *Process) RLock() {
196 p.mu.RLock()
197}
198
199// RUnlock unlocks reading from this process
200func (p *Process) RUnlock() {

Callers 15

__init__Method · 0.80
__init__Method · 0.80
HostFunction · 0.80
isConnectedMethod · 0.80
NumRulesMethod · 0.80
GetAllMethod · 0.80
deleteRuleMethod · 0.80
isLiveReloadRunningMethod · 0.80
FindFirstMatchMethod · 0.80
domainsListsCmpMethod · 0.80
simpleListsCmpMethod · 0.80
ipNetCmpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected