Changeset 25516 in vbox
- Timestamp:
- Dec 20, 2009 2:46:49 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r25508 r25516 93 93 tstSemMutex \ 94 94 tstSemPingPong \ 95 tst SemRW \95 tstRTSemRW \ 96 96 tstSems \ 97 97 tstRTSemXRoads \ … … 366 366 tstSemEvent_SOURCES = tstSemEvent.cpp 367 367 368 tstSemRW_SOURCES = tstSemRW.cpp 368 tstRTSemRW_TEMPLATE = VBOXR3TSTEXE 369 tstRTSemRW_SOURCES = tstRTSemRW.cpp 369 370 370 371 tstSemPingPong_SOURCES = tstSemPingPong.cpp -
trunk/src/VBox/Runtime/testcase/tstRTSemRW.cpp
r25515 r25516 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT Testcase - Reader/Writer Semaphore Test.3 * IPRT Testcase - Reader/Writer Semaphore. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.