# Licensed to the .NET Foundation under one or more agreements. # The .NET Foundation licenses this file to you under the MIT license. # See the LICENSE file in the project root for more information. Version = 1.0 Section = threading Function = ThreadPriority Name = Test for GetThreadPriority and SetThreadPriority TYPE = DEFAULT EXE1 = threadpriority Description = Test to ensure proper operation of the GetThreadPriority = and SetThreadPriority APIs. The test launches several threads = of varying priorities, and verifies that the correct priority = is reported for each. It also verifies that the processing = time for each test thread is consistent with the priority = that's set for it.