Changeset 20374 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r20364 r20374 87 87 88 88 89 RT_ BEGIN_DECLS89 RT_C_DECLS_BEGIN 90 90 /* mach/vm_types.h */ 91 91 typedef struct pmap *pmap_t; … … 120 120 extern int ml_get_max_cpus(void); 121 121 122 RT_ END_DECLS122 RT_C_DECLS_END 123 123 124 124 … … 127 127 */ 128 128 129 RT_ BEGIN_DECLS129 RT_C_DECLS_BEGIN 130 130 extern lck_grp_t *g_pDarwinLockGroup; 131 131 int rtThreadPreemptDarwinInit(void); 132 132 void rtThreadPreemptDarwinTerm(void); 133 RT_ END_DECLS133 RT_C_DECLS_END 134 134 135 135
Note:
See TracChangeset
for help on using the changeset viewer.