Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-26539

Stop linking boost::thread

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.11
    • Affects Version/s: None
    • Component/s: Portability
    • None
    • Fully Compatible

      We have only a handful of usages left. The majority are for thread specific data (see SERVER-26537 and SERVER-26538). The few others are:

      • A usage of boost::timed_mutex in the WT storage engine. This will be the hardest, as std::timed_mutex doesn't arrive until C++17. This will require some thought.
      • Some usages in the db perftests, which can be removed.
      • A use of shared_mutex in 'rwlock', however that class should be going away entirely, once SERVER-18410 is fixed.
      • A usage of recursive_mutex in the SSLManager.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: