Home
last modified time | relevance | path

Searched refs:StopThread (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/dports/devel/hs-threadscope/threadscope-0.2.14/Events/
H A DTestEvents.hs161 Event 3000000 (StopThread 1 ThreadFinished) (Just 0),
172 Event 3000000000 (StopThread 1 ThreadFinished) (Just 0),
177 Event 3000000 (StopThread 2 ThreadFinished) (Just 1),
182 Event 3000 (StopThread 3 ThreadFinished) (Just 2),
202 Event 3000000000 (StopThread 1 ThreadFinished) (Just 0),
213 Event 300 (StopThread 1 ThreadFinished) (Just 0),
224 Event 3000000000 (StopThread 1 ThreadFinished) (Just 0),
241 Event 1300 (StopThread 1 ThreadFinished) (Just 0),
246 Event 1500 (StopThread 2 ThreadFinished) (Just 0),
250 Event 1600 (StopThread 3 ThreadFinished) (Just 0),
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/src/GHC/RTS/Events/Analysis/
H A DThread.hs34 threadAlpha (StopThread _ _) = True
44 threadDelta ThreadRunning (StopThread _ StackOverflow) = Just ThreadQueued
45 threadDelta ThreadRunning (StopThread _ HeapOverflow) = Just ThreadQueued
46 threadDelta ThreadRunning (StopThread _ ForeignCall) = Just ThreadQueued
47 threadDelta ThreadRunning (StopThread _ ThreadFinished) = Just ThreadFinal
48 threadDelta ThreadRunning (StopThread _ _) = Just ThreadStopped
H A DSparkThread.hs38 sparkThreadAlpha (StopThread _ _) = True
49 sparkThreadDelta SparkThreadCreated (StopThread _ ThreadFinished) = Just SparkThreadFinal
51 sparkThreadDelta (SparkThreadRunning _) (StopThread _ ThreadFinished) = Just SparkThreadFinal
52 sparkThreadDelta (SparkThreadRunning n) (StopThread _ _) = Just (SparkThreadPaused n)
71 (StopThread _ _) -> True
77 (StopThread threadId _) -> pauseThread threadId
103 (StopThread threadId _) -> inSparkThreadPool threadId
H A DCapability.hs29 (StopThread _ _) -> True
37 (StopThread threadId ThreadFinished) -> deleteThread threadId mapping
38 (StopThread _ _) -> Just mapping
67 (StopThread _ _ ) -> True
76 (StopThread threadId _ ) -> stopThread threadId mapping
94 (StopThread threadId _) -> Just threadId
/dports/devel/hs-ghc-events/ghc-events-0.17.0/src/GHC/RTS/Events/Analysis/
H A DThread.hs34 threadAlpha (StopThread _ _) = True
44 threadDelta ThreadRunning (StopThread _ StackOverflow) = Just ThreadQueued
45 threadDelta ThreadRunning (StopThread _ HeapOverflow) = Just ThreadQueued
46 threadDelta ThreadRunning (StopThread _ ForeignCall) = Just ThreadQueued
47 threadDelta ThreadRunning (StopThread _ ThreadFinished) = Just ThreadFinal
48 threadDelta ThreadRunning (StopThread _ _) = Just ThreadStopped
H A DSparkThread.hs38 sparkThreadAlpha (StopThread _ _) = True
49 sparkThreadDelta SparkThreadCreated (StopThread _ ThreadFinished) = Just SparkThreadFinal
51 sparkThreadDelta (SparkThreadRunning _) (StopThread _ ThreadFinished) = Just SparkThreadFinal
52 sparkThreadDelta (SparkThreadRunning n) (StopThread _ _) = Just (SparkThreadPaused n)
71 (StopThread _ _) -> True
77 (StopThread threadId _) -> pauseThread threadId
103 (StopThread threadId _) -> inSparkThreadPool threadId
H A DCapability.hs29 (StopThread _ _) -> True
37 (StopThread threadId ThreadFinished) -> deleteThread threadId mapping
38 (StopThread _ _) -> Just mapping
67 (StopThread _ _ ) -> True
76 (StopThread threadId _ ) -> stopThread threadId mapping
94 (StopThread threadId _) -> Just threadId
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/infoscanner/
H A DMusicInfoScraper.cpp29 StopThread(); in ~CMusicInfoScraper()
58 StopThread(); in FindAlbumInfo()
66 StopThread(); in FindArtistInfo()
86 StopThread(); in LoadAlbumInfo()
95 StopThread(); in LoadArtistInfo()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DInstrumentManagerThread.cpp33 Thread::StopThread(); in ~InstrumentManagerThread()
189 int InstrumentManagerThread::StopThread() { in StopThread() function in LinuxSampler::InstrumentManagerThread
194 return Thread::StopThread(); // then wait for it to cancel in StopThread()
199 int InstrumentManagerThread::StopThread() { in StopThread() function in LinuxSampler::InstrumentManagerThread
200 int res = Thread::StopThread(); in StopThread()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DBackgroundInfoLoader.cpp28 StopThread(); in ~CBackgroundInfoLoader()
92 StopThread(); in Load()
117 void CBackgroundInfoLoader::StopThread() in StopThread() function in CBackgroundInfoLoader
123 m_thread->StopThread(); in StopThread()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoDownloader.cpp113 StopThread(); in FindMovie()
162 StopThread(); in GetDetails()
197 StopThread(); in GetEpisodeDetails()
232 StopThread(); in GetEpisodeList()
255 StopThread(); in CloseThread()
/dports/devel/smc/smc_4_3_0/examples/Ant/EX6/src/
H A Dserver.java123 StopThread thread = new StopThread(this); in run()
258 private final class StopThread class in server
261 private StopThread(server server) in StopThread() method in server.StopThread
H A Dclient.java186 StopThread thread = new StopThread(this); in run()
362 private final class StopThread class in client
365 private StopThread(client client) in StopThread() method in client.StopThread
/dports/devel/smc/smc_4_3_0/examples/Java/EX6/
H A Dserver.java124 StopThread thread = new StopThread(this); in run()
283 private final class StopThread class in server
286 private StopThread(server server) in StopThread() method in server.StopThread
H A Dclient.java186 StopThread thread = new StopThread(this); in run()
362 private final class StopThread class in client
365 private StopThread(client client) in StopThread() method in client.StopThread
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DVideoRenderer.cpp18 StopThread(); in ~VideoRenderer()
33 void VideoRenderer::StopThread() in StopThread() function in VideoRenderer
81 StopThread(); in UnregisterRenderingDevice()
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/client/
H A DStopThread.java12 public class StopThread extends Thread { class
16 public StopThread(DXClient dxl) { in StopThread() method in StopThread
/dports/emulators/ppsspp/ppsspp-1.12.3/libretro/
H A DLibretroGLCoreContext.h26 void StopThread() override { in StopThread() function
28 renderManager_->StopThread(); in StopThread()
H A DLibretroGLContext.h30 void StopThread() override { in StopThread() function
32 renderManager_->StopThread(); in StopThread()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/libretro/
H A DLibretroGLCoreContext.h26 void StopThread() override { in StopThread() function
28 renderManager_->StopThread(); in StopThread()
H A DLibretroGLContext.h30 void StopThread() override { in StopThread() function
32 renderManager_->StopThread(); in StopThread()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/libretro/
H A DLibretroGLCoreContext.h26 void StopThread() override { in StopThread() function
28 renderManager_->StopThread(); in StopThread()
H A DLibretroGLContext.h30 void StopThread() override { in StopThread() function
32 renderManager_->StopThread(); in StopThread()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/SDL/
H A DSDLGLGraphicsContext.h44 void StopThread() override {
46 renderManager_->StopThread();
/dports/emulators/ppsspp/ppsspp-1.12.3/SDL/
H A DSDLGLGraphicsContext.h44 void StopThread() override { in StopThread() function
46 renderManager_->StopThread(); in StopThread()

12345678910>>...25