summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat
blob: 1c9e8c756713775a79be1e347090cd8fb281b5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 = ExitThread
Name = Test for ExitThread
TYPE = DEFAULT
EXE1 = test3
LIB1 = dllmain
Description 
= Test to ensure proper operation of the ExitThread
= API. This tests to make sure ExitThread() results
= in any loaded dynamic libraries having their entry
= point called with a THREAD_DETACH notification.