Changeset 8245 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Apr 21, 2008 5:24:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29978
- Location:
- trunk/src/VBox/Runtime/generic
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Assertions, generic RTAssertDoBreakpoint.3 * IPRT - Assertions, generic RTAssertDoBreakpoint. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- RTDirQueryInfo, generic implementation.3 * IPRT - RTDirQueryInfo, generic implementation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- RTDirSetTimes, generic implementation.3 * IPRT - RTDirSetTimes, generic implementation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- RTFileCopy, generic implementation.3 * IPRT - RTFileCopy, generic implementation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- RTFileMove, Generic.3 * IPRT - RTFileMove, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Default Log Init, Generic Dummy.3 * IPRT - Default Log Init, Generic Dummy. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log To Debugger, Generic Dummy.3 * IPRT - Log To Debugger, Generic Dummy. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log To StdErr, Generic.3 * IPRT - Log To StdErr, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log To StdErr, Generic Dummy.3 * IPRT - Log To StdErr, Generic Dummy. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log To StdOut, Generic.3 * IPRT - Log To StdOut, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log To StdOut, Generic Dummy.3 * IPRT - Log To StdOut, Generic Dummy. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log User Specific Output, Generic Dummy.3 * IPRT - Log User Specific Output, Generic Dummy. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpCpuId.3 * IPRT - Multiprocessor, Generic RTMpCpuId. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpCpuIdFromSetIndex.3 * IPRT - Multiprocessor, Generic RTMpCpuIdFromSetIndex. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpCpuIdToSetIndex.3 * IPRT - Multiprocessor, Generic RTMpCpuIdToSetIndex. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpDoesCpuExist-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpDoesCpuExist.3 * IPRT - Multiprocessor, Generic RTMpDoesCpuExist. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpGetCount.3 * IPRT - Multiprocessor, Generic RTMpGetCount. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpGetMaxCpuId.3 * IPRT - Multiprocessor, Generic RTMpGetMaxCpuId. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpGetOnlineCount.3 * IPRT - Multiprocessor, Generic RTMpGetOnlineCount. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpGetOnlineSet.3 * IPRT - Multiprocessor, Generic RTMpGetOnlineSet. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpGetSet.3 * IPRT - Multiprocessor, Generic RTMpGetSet. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Generic RTMpIsCpuOnline.3 * IPRT - Multiprocessor, Generic RTMpIsCpuOnline. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, generic RTTimeLocalDeltaNano.3 * IPRT - Time, generic RTTimeLocalDeltaNano. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp
r8170 r8245 1 1 /* $Id: $ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, generic RTTimeLocalExplode.3 * IPRT - Time, generic RTTimeLocalExplode. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp
r8170 r8245 1 1 /* $Id $ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, generic RTTimeLocalNow.3 * IPRT - Time, generic RTTimeLocalNow. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp
r8170 r8245 1 1 /** $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Timers, Generic RTTimerCreate() Implementation.3 * IPRT - Timers, Generic RTTimerCreate() Implementation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/critsect-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Critical Section, Generic.3 * IPRT - Critical Section, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/env-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Environment, Generic.3 * IPRT - Environment, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/fs-stubs-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File System, Generic Stubs.3 * IPRT - File System, Generic Stubs. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/pathhost-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Path Convertions, generic.3 * IPRT - Path Convertions, generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/rand-stubs-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Random Numbers and Byte Streams, Generic Stubs.3 * IPRT - Random Numbers and Byte Streams, Generic Stubs. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/sched-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Scheduling, generic stubs.3 * IPRT - Scheduling, generic stubs. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/semfastmutex-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Fast Mutex, Generic.3 * IPRT - Fast Mutex, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/semnoint-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Generic Non-Interruptable Wait and Request Functions.3 * IPRT - Generic Non-Interruptable Wait and Request Functions. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/semsrw-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Read-Write Semaphore, Generic.3 * IPRT - Read-Write Semaphore, Generic. 4 4 * 5 5 * This is a generic implementation for OSes which don't have -
trunk/src/VBox/Runtime/generic/spinlock-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Spinlock, generic implementation.3 * IPRT - Spinlock, generic implementation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/timer-generic.cpp
r8170 r8245 1 1 /** $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Timers, Generic.3 * IPRT - Timers, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/tls-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Thread Local Storage (TSL), Generic Implementation.3 * IPRT - Thread Local Storage (TSL), Generic Implementation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/utf16locale-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- UTF-16 Locale Specific Manipulation, Generic.3 * IPRT - UTF-16 Locale Specific Manipulation, Generic. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/generic/uuid-generic.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- UUID, Generic.3 * IPRT - UUID, Generic. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.