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

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

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P3: Somewhat important 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

      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:

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes