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

[VxWorks] qthread_unix contains DKM related code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8, 6.9, 6.10
    • Core: Threads
    • None
    • VxWorks

    Description

      DKM has not been supported in Qt for VxWorks 5.15 and not it 6.x, all the DKM related code should be removed.

      #if defined(Q_OS_VXWORKS) && defined(VXWORKS_DKM)
          // for other scheduling policies than SCHED_RR or SCHED_FIFO
          prio_min = SCHED_FIFO_LOW_PRI;
          prio_max = SCHED_FIFO_HIGH_PRI;    if ((*sched_policy == SCHED_RR) || (*sched_policy == SCHED_FIFO))
      #endif
      {{}}

      Attachments

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

        Activity

          People

            karimpinter Karim Pinter
            karimpinter Karim Pinter
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Jarno Lämsä Jarno Lämsä
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes