Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ enter
Method
enter
output/java_guava/1.4.17/Monitor.java:375–377 ·
view source on GitHub ↗
Enters this monitor. Blocks indefinitely.
()
Source
from the content-addressed store, hash-verified
373
374
375
public
void
enter() {
376
lock.lock();
377
}
378
379
/**
380
* Enters this monitor. Blocks indefinitely, but may be interrupted.
Callers
13
enterIf
Method · 0.95
notifyStarted
Method · 0.45
notifyStopped
Method · 0.45
notifyFailed
Method · 0.45
addListener
Method · 0.45
tryStartTiming
Method · 0.45
markReady
Method · 0.45
addListener
Method · 0.45
awaitHealthy
Method · 0.45
awaitStopped
Method · 0.45
servicesByState
Method · 0.45
startupTimes
Method · 0.45
Calls
4
toSafeNanos
Method · 0.95
remainingNanos
Method · 0.95
lock
Method · 0.45
tryLock
Method · 0.45
Tested by
no test coverage detected