MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / Cancel

Method Cancel

src/simulation.cpp:1685–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683 }
1684
1685 void Cancel()
1686 {
1687 wxMutexLocker _lock(m_cancelLock);
1688 m_canceled = true;
1689 }
1690
1691 size_t NOk() {
1692 wxMutexLocker _lock(m_nokLock);

Callers 4

AbortDownloadThreadsMethod · 0.45
DispatchThreadsMethod · 0.45
DispatchSSCThreadsMethod · 0.45
fcall_wavetoolkitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected