Menu

#3293 log: Replace ScopeLock by standard lock

5.24.09
review
None
enhancement
log
-
minor
False
2024-02-27
2021-10-22
No

We created a class ScopeLock to support recursive mutex. It's used a lot in module log. However, the C++ std have a std:unique_lock which supports std::recursive_mutex. We should use the standard lock instead of creating a new class.

Discussion

  • Hieu Hong Hoang

    Hieu Hong Hoang - 2021-10-22
    • status: assigned --> accepted
    • Priority: major --> minor
     
  • Hieu Hong Hoang

    Hieu Hong Hoang - 2021-10-22
    • status: accepted --> review
     
  • Gary Lee

    Gary Lee - 2022-01-23
    • Milestone: 5.22.01 --> 5.22.04
     
  • Gary Lee

    Gary Lee - 2022-06-01
    • Milestone: 5.22.06 --> 5.22.11
     
  • Gary Lee

    Gary Lee - 2022-11-18
    • Milestone: 5.22.11 --> 5.23.03
     
  • Gary Lee

    Gary Lee - 2023-03-27
    • Milestone: 5.23.03 --> 5.23.07
     
  • Gary Lee

    Gary Lee - 2023-07-30
    • Milestone: 5.23.07 --> 5.23.12
     
  • Gary Lee

    Gary Lee - 2024-02-27
    • Milestone: 5.24.02 --> 5.24.09
     

Log in to post a comment.