Searched refs:RTDECL (Results 76 - 100 of 668) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/common/path/
H A DRTPathStripExt.cpp37 RTDECL(void) RTPathStripSuffix(char *pszPath)
/vbox/src/VBox/Runtime/generic/
H A DRTFileCopy-generic.cpp35 RTDECL(int) RTFileCopy(const char *pszSrc, const char *pszDst)
H A DRTLogWriteDebugger-generic.cpp35 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb)
H A DRTLogWriteStdErr-stub-generic.cpp35 RTDECL(void) RTLogWriteStdErr(const char *pch, size_t cb)
H A DRTLogWriteStdOut-stub-generic.cpp35 RTDECL(void) RTLogWriteStdOut(const char *pch, size_t cb)
H A DRTLogWriteUser-generic.cpp35 RTDECL(void) RTLogWriteUser(const char *pch, size_t cb)
H A DRTMpCpuIdFromSetIndex-generic.cpp35 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
H A DRTMpGetCurFrequency-generic.cpp35 RTDECL(uint32_t) RTMpGetCurFrequency(RTCPUID idCpu)
H A DRTMpGetMaxFrequency-generic.cpp35 RTDECL(uint32_t) RTMpGetMaxFrequency(RTCPUID idCpu)
H A DRTMpIsCpuOnline-generic.cpp35 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu)
H A DRTMpIsCpuPossible-generic.cpp35 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu)
H A Derrvars-generic.cpp39 RTDECL(PRTERRVARS) RTErrVarsSave(PRTERRVARS pVars)
46 RTDECL(void) RTErrVarsRestore(PCRTERRVARS pVars)
52 RTDECL(bool) RTErrVarsAreEqual(PCRTERRVARS pVars1, PCRTERRVARS pVars2)
61 RTDECL(bool) RTErrVarsHaveChanged(PCRTERRVARS pVars)
/vbox/src/VBox/Runtime/r0drv/darwin/
H A DRTLogWriteDebugger-r0drv-darwin.cpp36 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb)
H A DRTLogWriteStdOut-r0drv-darwin.cpp36 RTDECL(void) RTLogWriteStdOut(const char *pch, size_t cb)
H A Dprocess-r0drv-darwin.cpp36 RTDECL(RTPROCESS) RTProcSelf(void)
H A Dthread-r0drv-darwin.cpp40 RTDECL(RTNATIVETHREAD) RTThreadNativeSelf(void)
56 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies)
62 RTDECL(int) RTThreadSleepNoLog(RTMSINTERVAL cMillies)
68 RTDECL(bool) RTThreadYield(void)
/vbox/src/VBox/Runtime/r0drv/haiku/
H A DRTLogWriteStdOut-r0drv-haiku.c36 RTDECL(void) RTLogWriteStdOut(const char *pch, size_t cb)
H A Dprocess-r0drv-haiku.c36 RTDECL(RTPROCESS) RTProcSelf(void) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A DRTLogWriteDebugger-r0drv-linux.c36 RTDECL(void) RTLogWriteDebugger(const char *pch, size_t cb)
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dprocess-r0drv-nt.cpp34 RTDECL(RTPROCESS) RTProcSelf(void)
/vbox/src/VBox/Runtime/r3/os2/
H A Dmp-os2.cpp42 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
48 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
54 RTDECL(RTCPUID) RTMpGetMaxCpuId(void)
60 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu)
67 RTDECL(PRTCPUSET) RTMpGetSet(PRTCPUSET pSet)
77 RTDECL(RTCPUID) RTMpGetCount(void)
87 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu)
94 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet)
109 RTDECL(RTCPUID) RTMpGetOnlineCount(void)
/vbox/include/iprt/
H A Dmanifest.h68 RTDECL(int) RTManifestCreate(uint32_t fFlags, PRTMANIFEST phManifest);
76 RTDECL(uint32_t) RTManifestRetain(RTMANIFEST hManifest);
86 RTDECL(uint32_t) RTManifestRelease(RTMANIFEST hManifest);
95 RTDECL(int) RTManifestDup(RTMANIFEST hManifestSrc, PRTMANIFEST phManifestDst);
115 RTDECL(int) RTManifestEqualsEx(RTMANIFEST hManifest1, RTMANIFEST hManifest2, const char * const *papszIgnoreEntries,
139 RTDECL(int) RTManifestEquals(RTMANIFEST hManifest1, RTMANIFEST hManifest2);
152 RTDECL(int) RTManifestSetAttr(RTMANIFEST hManifest, const char *pszAttr, const char *pszValue, uint32_t fType);
163 RTDECL(int) RTManifestUnsetAttr(RTMANIFEST hManifest, const char *pszAttr);
187 RTDECL(int) RTManifestQueryAttr(RTMANIFEST hManifest, const char *pszAttr, uint32_t fType,
205 RTDECL(in
[all...]
H A Ddbg.h144 RTDECL(PRTDBGSYMBOL) RTDbgSymbolAlloc(void);
153 RTDECL(PRTDBGSYMBOL) RTDbgSymbolDup(PCRTDBGSYMBOL pSymInfo);
160 RTDECL(void) RTDbgSymbolFree(PRTDBGSYMBOL pSymInfo);
198 RTDECL(PRTDBGLINE) RTDbgLineAlloc(void);
207 RTDECL(PRTDBGLINE) RTDbgLineDup(PCRTDBGLINE pLine);
214 RTDECL(void) RTDbgLineFree(PRTDBGLINE pLine);
326 RTDECL(int) RTDbgCfgCreate(PRTDBGCFG phDbgCfg, const char *pszEnvVarPrefix, bool fNativePaths);
335 RTDECL(uint32_t) RTDbgCfgRetain(RTDBGCFG hDbgCfg);
344 RTDECL(uint32_t) RTDbgCfgRelease(RTDBGCFG hDbgCfg);
360 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dthread-r0drv-freebsd.c42 RTDECL(RTNATIVETHREAD) RTThreadNativeSelf(void) function
102 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies)
108 RTDECL(int) RTThreadSleepNoLog(RTMSINTERVAL cMillies)
114 RTDECL(bool) RTThreadYield(void) function
125 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread) function
134 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
142 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
149 RTDECL(bool) RTThreadPreemptIsPossible(void) function
156 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState)
167 RTDECL(voi
178 RTDECL(bool) RTThreadIsInInterrupt(RTTHREAD hThread) function
[all...]
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread-r0drv-solaris.c46 RTDECL(RTNATIVETHREAD) RTThreadNativeSelf(void) function
73 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies)
79 RTDECL(int) RTThreadSleepNoLog(RTMSINTERVAL cMillies)
85 RTDECL(bool) RTThreadYield(void) function
109 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread) function
134 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
144 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
151 RTDECL(bool) RTThreadPreemptIsPossible(void) function
158 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState)
169 RTDECL(voi
180 RTDECL(bool) RTThreadIsInInterrupt(RTTHREAD hThread) function
[all...]

Completed in 69 milliseconds

1234567891011>>