summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/QueueUserAPC/test1/testinfo.dat
blob: fbe8343d81cea624e4a1cc9dffef721ae272603a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 = QueueUserAPC
Name = Test #1 for QueueUserAPC
TYPE = DEFAULT
EXE1 = test1
Description 
=Tests that APCs sent to a thread in an alertable state via 
=QueueUserAPC are executed in FIFO order.  Also tests that the APC
=function is executed within the context of the correct thread and 
=that the dwData parameter gets sent correctly.