qualityOfService for Thread

Thread does not have a qualityOfService property on Linux like it does on macOS.

Operation and Process both have the property for source compatibility even though Linux ignores it.

Would a pull request that adds it to Thread too be welcome? Having it available would enable me to clear out several #if !os(Linux) statements from my own code.

Seems reasonable, even if we can't implement the behavior. Any other opinions?

Submitted a pull request.