summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/ResumeThread/test1/testinfo.dat
blob: 8472165d5db6eb481397c33f098ff6f79498439f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 = ResumeThread
Name = Positive Test for ResumeThread
TYPE = DEFAULT
EXE1 = test1
Description 
= Test for ResumeThread.  Create a suspended Thread.
= First, ensure that it is indeed suspended.  Then call resumethread
= and check to ensure that the function has now run.