MCPcopy 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

testRecursiveWriteMethod · 0.95
readMethod · 0.95
writeMethod · 0.95

Calls 1

getMethod · 0.45

Tested by 3

testRecursiveWriteMethod · 0.76