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