Changeset 25724 in vbox for trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.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/r0drv/os2/thread-r0drv-os2.cpp
r24287 r25724 59 59 60 60 61 RTDECL(int) RTThreadSleep( unsignedcMillies)61 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) 62 62 { 63 63 int rc = KernBlock((ULONG)RTThreadSleep,
Note:
See TracChangeset
for help on using the changeset viewer.