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