summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/testinfo.dat
blob: 5efc75f77e179b434f2b8c29943e25c4c00e6a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 = WaitForMultipleObjectsEx
Name = Check simultaneously waiting on multiple processes.
TYPE = DEFAULT
EXE1 = test5
EXE2 = helper
Description
= Create a number of helper processes and helper threads.
= Helper threads wait on helper processes to finish. 
= Helper processes wait on the event signal from test
= thread before exit. The test thread then selectively
= signals helper process to finish and then wait on the
= selected helper thread to finish.