MCPcopy 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

enterIfMethod · 0.95
notifyStartedMethod · 0.45
notifyStoppedMethod · 0.45
notifyFailedMethod · 0.45
addListenerMethod · 0.45
tryStartTimingMethod · 0.45
markReadyMethod · 0.45
addListenerMethod · 0.45
awaitHealthyMethod · 0.45
awaitStoppedMethod · 0.45
servicesByStateMethod · 0.45
startupTimesMethod · 0.45

Calls 4

toSafeNanosMethod · 0.95
remainingNanosMethod · 0.95
lockMethod · 0.45
tryLockMethod · 0.45

Tested by

no test coverage detected