Changeset 25724 in vbox for trunk/src/VBox/Runtime/common/misc/semspingpong.cpp
- Timestamp:
- Jan 11, 2010 2:45:34 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/semspingpong.cpp
r21337 r25724 197 197 * @param cMillies Number of milliseconds to wait. 198 198 */ 199 RTDECL(int) RTSemPingWait(PRTPINGPONG pPP, unsignedcMillies)199 RTDECL(int) RTSemPingWait(PRTPINGPONG pPP, RTMSINTERVAL cMillies) 200 200 { 201 201 /* … … 230 230 * @param cMillies Number of milliseconds to wait. 231 231 */ 232 RTDECL(int) RTSemPongWait(PRTPINGPONG pPP, unsignedcMillies)232 RTDECL(int) RTSemPongWait(PRTPINGPONG pPP, RTMSINTERVAL cMillies) 233 233 { 234 234 /*
Note:
See TracChangeset
for help on using the changeset viewer.