Skip to content

Commit

Permalink
WIP: Disable threadsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kastner committed Jun 4, 2019
1 parent a1b41ae commit 5b1a51e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_Async.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Function ASYNC_Start(numThreads, [disableTask])
endif

for(i = 0; i < numThreads; i += 1)
ThreadStart tgID, i, ASYNC_Thread()
//ThreadStart tgID, i, ASYNC_Thread()
endfor
End

Expand Down
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_ThreadedFIFOHandling.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static Function TFH_StartFIFODeamonInternal(hwType, deviceID, mode, [triggerMode
tgID = ThreadGroupCreate(1)

Duplicate/FREE ITCChanConfigWave, config
ThreadStart tgID, 0, TFH_FifoLoop(config, triggerMode, deviceID, stopCollectionPoint, ADChannelToMonitor, mode)
//ThreadStart tgID, 0, TFH_FifoLoop(config, triggerMode, deviceID, stopCollectionPoint, ADChannelToMonitor, mode)
End

/// @brief Stop the FIFO daemon if required
Expand Down
2 changes: 1 addition & 1 deletion Packages/MIES_Include.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// stock igor
#include <Resize Controls>
#include <ZoomBrowser>
#include <FunctionProfiling>
//#include <FunctionProfiling>
#include <HDF5 Browser>

// third party includes
Expand Down

0 comments on commit 5b1a51e

Please sign in to comment.