We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f89891 commit 3d1f15aCopy full SHA for 3d1f15a
VCellMessaging/include/VCELL/SimulationMessaging.h
@@ -94,12 +94,6 @@ class SimulationMessaging {
94
int taskID;
95
int m_jobIndex;
96
time_t lastSentEventTime;
97
-
98
- pthread_t newWorkerEventThread;
99
- pthread_mutex_t mutex_messaging;
100
- pthread_mutex_t mutex_workerEvent;
101
- pthread_mutex_t mutex_cond_workerEvent;
102
- pthread_cond_t cond_workerEvent;
103
bool bNewWorkerEvent;
104
105
};
0 commit comments