MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / kill

Method kill

CodenameOne/src/com/codename1/util/EasyThread.java:201–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199
200 /// Stops the thread once the current task completes
201 public void kill() {
202 synchronized (LOCK) {
203 running = false;
204 LOCK.notifyAll();
205 }
206 }
207
208 /// Returns true if the current thread is the easy thread and false othewise similar
209 /// to the isEDT method

Callers 15

actionCommandMethod · 0.45
updateMethod · 0.45
killCurrentRequestMethod · 0.45
runMethod · 0.45
runFunction · 0.45
startHarnessFunction · 0.45
runBundleFunction · 0.45
invoke9Method · 0.45
invoke0Method · 0.45
invoke5Method · 0.45
invoke10Method · 0.45
invoke1Method · 0.45

Calls 1

notifyAllMethod · 0.45

Tested by 1

checkSSLCertificatesMethod · 0.36