MCPcopy Create free account
hub / github.com/ReadyTalk/avian / wakeup

Method wakeup

classpath/java/nio/channels/SocketSelector.java:32–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public Selector wakeup() {
33 synchronized (lock) {
34 if (isOpen() && (! woken)) {
35 woken = true;
36
37 natWakeup(state);
38 }
39 }
40 return this;
41 }
42
43 private boolean clearWoken() {
44 synchronized (lock) {

Callers

nothing calls this directly

Calls 2

isOpenMethod · 0.95
natWakeupMethod · 0.95

Tested by

no test coverage detected