test-only: Placing a mutex while evaluating the pm operator

Performing an earlier optimization of the tree (before threads creation)
This commit is contained in:
Felipe Zimmerle
2017-09-07 22:23:07 -03:00
parent a2427df27f
commit 119a6fc074
3 changed files with 29 additions and 4 deletions

View File

@@ -55,6 +55,9 @@ class Pm : public Operator {
protected:
ACMP *m_p;
private:
pthread_mutex_t m_lock;
};