mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
removed ms mutex , not used anyway
This commit is contained in:
@ -49,8 +49,6 @@ multiSlsDetector::multiSlsDetector(int id, bool verify, bool update)
|
|||||||
pthread_mutex_init(&mp, NULL);
|
pthread_mutex_init(&mp, NULL);
|
||||||
mg=mp1;
|
mg=mp1;
|
||||||
pthread_mutex_init(&mg, NULL);
|
pthread_mutex_init(&mg, NULL);
|
||||||
ms=mp1;
|
|
||||||
pthread_mutex_init(&ms, NULL);
|
|
||||||
|
|
||||||
setupMultiDetector(verify, update);
|
setupMultiDetector(verify, update);
|
||||||
|
|
||||||
|
@ -1712,9 +1712,6 @@ private:
|
|||||||
/** mutex to synchronizedata processing and plotting threads */
|
/** mutex to synchronizedata processing and plotting threads */
|
||||||
pthread_mutex_t mg;
|
pthread_mutex_t mg;
|
||||||
|
|
||||||
/** mutex to synchronize slsdetector threads */
|
|
||||||
pthread_mutex_t ms;
|
|
||||||
|
|
||||||
/** sets when the acquisition is finished */
|
/** sets when the acquisition is finished */
|
||||||
int jointhread;
|
int jointhread;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user