Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ stealInput
Method
stealInput
android/src/AbstractAndroidPort.java:48–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
private
synchronized InputThread stealInput() {
49
InputThread i = input;
50
input = null;
51
return
i;
52
}
53
54
private
synchronized OutputThread stealOutput() {
55
OutputThread o = output;
Callers
1
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected