We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c52e36 commit c98c469Copy full SHA for c98c469
1 file changed
src/DataModelBase/Pool.h
@@ -41,6 +41,7 @@ namespace ToolFramework{
41
args.object_cap=in_object_cap;
42
args.sum = ∑
43
args.counter = &counter;
44
+ args.mtx = &mtx;
45
46
if(manage) m_utils.CreateThread("pool_manager", &Thread, &args);
47
0 commit comments