summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/QueueUserAPC/test5/testinfo.dat
blob: f1775aabe8be55a701bf045833f20621394fb141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 = Positive test for QueueUserAPC
TYPE = DEFAULT
EXE1 = test5
Description
= Test to ensure proper operation of the QueueUserAPC()
= API by trying to queue and activate APC functions on
= a thread that was created suspended, prior to resuming
= it.  We're verifying the following behavior:
=
= "If an application queues an APC before the thread begins
= running, the thread begins by calling the APC function.
= After the thread calls an APC function, it calls the APC
= functions for all APCs in its APC queue."