MCPcopy Index your code
hub / github.com/clojure/clojure / stop

Method stop

src/jvm/clojure/lang/LockingTransaction.java:84–98  ·  view source on GitHub ↗
(int status)

Source from the content-addressed store, hash-verified

82}
83
84void stop(int status){
85 if(info != null)
86 {
87 synchronized(info)
88 {
89 info.status.set(status);
90 info.latch.countDown();
91 }
92 info = null;
93 vals.clear();
94 sets.clear();
95 commutes.clear();
96 //actions.clear();
97 }
98}
99
100
101Info info;

Callers 3

blockAndBailMethod · 0.95
abortMethod · 0.95
runMethod · 0.95

Calls 2

setMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected