Changeset 57358 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- Location:
- trunk/src/VBox/Runtime/r3/darwin
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/RTPathUserDocuments-darwin.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <iprt/path.h> 31 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/system.h> 32 32 #include "internal/iprt.h" … … 41 41 42 42 43 /******************************************************************************* 44 * Defined Constants And Macros *45 ******************************************************************************* /43 /********************************************************************************************************************************* 44 * Defined Constants And Macros * 45 *********************************************************************************************************************************/ 46 46 #define IOCLASS_PLATFORMEXPERTDEVICE "IOPlatformExpertDevice" 47 47 #define PROP_PRODUCT_NAME "product-name" -
trunk/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_FILE 32 32 -
trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_SYSTEM 32 32 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp
r56290 r57358 30 30 31 31 32 /******************************************************************************* 33 * Header Files *34 ******************************************************************************* /32 /********************************************************************************************************************************* 33 * Header Files * 34 *********************************************************************************************************************************/ 35 35 #define LOG_GROUP RTLOGGROUP_PATH 36 36 #include <iprt/assert.h> -
trunk/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #define LOG_GROUP RTLOGGROUP_PROCESS 31 32 #ifdef RT_OS_DARWIN -
trunk/src/VBox/Runtime/r3/darwin/sched-darwin.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_THREAD 32 32 #include <mach/thread_act.h> … … 51 51 52 52 53 /******************************************************************************* 54 * Structures and Typedefs *55 ******************************************************************************* /53 /********************************************************************************************************************************* 54 * Structures and Typedefs * 55 *********************************************************************************************************************************/ 56 56 /** 57 57 * Configuration of one priority. … … 77 77 78 78 79 /******************************************************************************* 80 * Global Variables *81 ******************************************************************************* /79 /********************************************************************************************************************************* 80 * Global Variables * 81 *********************************************************************************************************************************/ 82 82 /** 83 83 * Array of static priority configurations. -
trunk/src/VBox/Runtime/r3/darwin/systemmem-darwin.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/system.h> 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_TIME 32 32 #define RTTIME_INCL_TIMEVAL … … 41 41 42 42 43 /******************************************************************************* 44 * Global Variables *45 ******************************************************************************* /43 /********************************************************************************************************************************* 44 * Global Variables * 45 *********************************************************************************************************************************/ 46 46 static struct mach_timebase_info g_Info = { 0, 0 }; 47 47 static double g_rdFactor = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.