Changeset 32949 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 6, 2010 2:39:02 PM (14 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 deleted
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r32901 r32949 88 88 tstRand \ 89 89 tstRTFsQueries \ 90 tst SemEvent\90 tstRTSemEventMulti \ 91 91 tstSemMutex \ 92 92 tstSemPingPong \ 93 93 tstRTSemRW \ 94 tstSems \95 94 tstRTSemXRoads \ 96 95 tstRTSort \ … … 116 115 tstUtf8 \ 117 116 tstRTUuid 118 # tstSems 117 119 118 PROGRAMS.win += \ 120 119 tstRTProcWait \ … … 399 398 tstSemMutex_SOURCES = tstSemMutex.cpp 400 399 401 tstSemEvent_SOURCES = tstSemEvent.cpp 400 tstRTSemEventMulti_TEMPLATE = VBOXR3TSTEXE 401 tstRTSemEventMulti_SOURCES = tstRTSemEventMulti.cpp 402 402 403 403 tstRTSemRW_TEMPLATE = VBOXR3TSTEXE … … 405 405 406 406 tstSemPingPong_SOURCES = tstSemPingPong.cpp 407 408 tstSems_SOURCES = tstSems.cpp409 407 410 408 tstRTSemXRoads_TEMPLATE = VBOXR3TSTEXE -
trunk/src/VBox/Runtime/testcase/tstRTSemEventMulti.cpp
r32946 r32949 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT Testcase - Event Semaphore Test.3 * IPRT Testcase - Multiple Release Event Semaphores. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.