... mutex _mutex; public: int computeValue() { lock_guard<mutex> lck(_mutex); int result = _width*_height*_depth; return result; } void SetInternals(int w, ...
確定! 回上一頁