Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-117857

[QtMultimedia] Replace QThreadStorage<T> with thread_local T or thread_local optional<T>

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P3: Somewhat important
    • None
    • None
    • Multimedia
    • None
    • c579277a4 (dev), 8bd163065 (6.9), 625d77949 (tqtc/lts-6.8)
    • Multimedia, weeks 15-16, Multimedia, weeks 18-19

    Description

      See epic for more information. Use thread_local T if the object construction is constinit (then add Q_CONSTINIT in front, too), otherwise use thread_local std::optional<T> (and also add Q_CONSTINIT).

      Acceptance criteria:

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-117857
          # Subject Branch Project Status CR V

          Activity

            People

              timblechmann tim blechmann
              mmutz Marc Mutz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes