Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ busy
Method
busy
src/com/sun/jna/Structure.java:570–572 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
568
}
569
570
static
Set<Structure> busy() {
571
return
busy.get();
572
}
573
static
Map<Pointer, Structure> reading() {
574
return
reads.get();
575
}
Callers
5
testRecursiveWrite
Method · 0.95
testStructureSetIterator
Method · 0.95
testThreadLocalSetReleasesReferences
Method · 0.95
read
Method · 0.95
write
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
3
testRecursiveWrite
Method · 0.76
testStructureSetIterator
Method · 0.76
testThreadLocalSetReleasesReferences
Method · 0.76