VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPR0.def@ 4987

Last change on this file since 4987 was 4974, checked in by vboxsync, 17 years ago

RTThreadNativeSelf

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1; $Id: SUPR0.def 4974 2007-09-21 23:17:09Z vboxsync $
2;; @file
3; VirtualBox Support Driver - Built-in exports.
4;
5
6;
7; Copyright (C) 2006-2007 innotek GmbH
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License as published by the Free Software Foundation,
13; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14; distribution. VirtualBox OSE is distributed in the hope that it will
15; be useful, but WITHOUT ANY WARRANTY of any kind.
16
17LIBRARY SUPR0.dll
18
19EXPORTS
20 SUPR0ObjRegister
21 SUPR0ObjAddRef
22 SUPR0ObjRelease
23 SUPR0ObjVerifyAccess
24 SUPR0LockMem
25 SUPR0UnlockMem
26 SUPR0ContAlloc
27 SUPR0ContFree
28 SUPR0LowAlloc
29 SUPR0LowFree
30 SUPR0MemAlloc
31 SUPR0MemGetPhys
32 SUPR0MemFree
33 SUPR0Printf
34 RTMemAlloc
35 RTMemAllocZ
36 RTMemFree
37 ; broken - RTSemMutexCreate
38 ; broken - RTSemMutexRequest
39 ; broken - RTSemMutexRelease
40 ; broken - RTSemMutexDestroy
41 RTSemFastMutexCreate
42 RTSemFastMutexDestroy
43 RTSemFastMutexRequest
44 RTSemFastMutexRelease
45 RTSemEventCreate
46 RTSemEventSignal
47 RTSemEventWait
48 RTSemEventDestroy
49 RTSpinlockCreate
50 RTSpinlockDestroy
51 RTSpinlockAcquire
52 RTSpinlockRelease
53 RTSpinlockAcquireNoInts
54 RTSpinlockReleaseNoInts
55 RTThreadSelf
56 RTThreadNativeSelf
57 RTThreadSleep
58 RTThreadYield
59 RTLogDefaultInstance
60 RTLogRelDefaultInstance
61 RTLogSetDefaultInstanceThread
62 RTLogLogger
63 RTLogLoggerEx
64 RTLogLoggerExV
65 RTLogPrintf
66 RTLogPrintfV
67 AssertMsg1
68 AssertMsg2
69
70 ; data
71 g_SUPGlobalInfoPage DATA
72
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette