Searched refs:RTDECL (Results 276 - 300 of 668) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp120 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
126 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
132 RTDECL(RTCPUID) RTMpGetMaxCpuId(void)
138 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu)
157 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu)
164 RTDECL(PRTCPUSET) RTMpGetSet(PRTCPUSET pSet)
175 RTDECL(RTCPUID) RTMpGetCount(void)
183 RTDECL(RTCPUID) RTMpGetCoreCount(void)
213 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet)
224 RTDECL(RTCPUI
[all...]
/vbox/include/iprt/
H A Dvfslowlevel.h86 RTDECL(uint32_t) RTVfsLockRetain(RTVFSLOCK hLock);
94 RTDECL(uint32_t) RTVfsLockRelease(RTVFSLOCK hLock);
103 RTDECL(RTVFSLOCKTYPE) RTVfsLockGetType(RTVFSLOCK hLock);
107 RTDECL(void) RTVfsLockAcquireReadSlow(RTVFSLOCK hLock);
108 RTDECL(void) RTVfsLockReleaseReadSlow(RTVFSLOCK hLock);
109 RTDECL(void) RTVfsLockAcquireWriteSlow(RTVFSLOCK hLock);
110 RTDECL(void) RTVfsLockReleaseWriteSlow(RTVFSLOCK hLock);
250 RTDECL(int) RTVfsNew(PCRTVFSOPS pVfsOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock,
309 RTDECL(int) RTVfsNewBaseObj(PCRTVFSOBJOPS pObjOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock,
433 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/common/alloc/
H A Dalloc.cpp42 RTDECL(void *) RTMemDupTag(const void *pvSrc, size_t cb, const char *pszTag) RT_NO_THROW
52 RTDECL(void *) RTMemDupExTag(const void *pvSrc, size_t cbSrc, size_t cbExtra, const char *pszTag) RT_NO_THROW
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-boolean.cpp53 RTDECL(int) RTAsn1Boolean_InitDefault(PRTASN1BOOLEAN pThis, bool fValue, PCRTASN1ALLOCATORVTABLE pAllocator)
63 RTDECL(int) RTAsn1Boolean_Set(PRTASN1BOOLEAN pThis, bool fValue)
101 RTDECL(int) RTAsn1Boolean_Init(PRTASN1BOOLEAN pThis, PCRTASN1ALLOCATORVTABLE pAllocator)
112 RTDECL(int) RTAsn1Boolean_Clone(PRTASN1BOOLEAN pThis, PCRTASN1BOOLEAN pSrc, PCRTASN1ALLOCATORVTABLE pAllocator)
145 RTDECL(void) RTAsn1Boolean_Delete(PRTASN1BOOLEAN pThis)
159 RTDECL(int) RTAsn1Boolean_Enum(PRTASN1BOOLEAN pThis, PFNRTASN1ENUMCALLBACK pfnCallback, uint32_t uDepth, void *pvUser)
168 RTDECL(int) RTAsn1Boolean_Compare(PCRTASN1BOOLEAN pLeft, PCRTASN1BOOLEAN pRight)
187 RTDECL(int) RTAsn1Boolean_CheckSanity(PCRTASN1BOOLEAN pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag)
/vbox/include/iprt/crypto/
H A Dpem.h108 RTDECL(int) RTCrPemFreeSections(PCRTCRPEMSECTION pSectionHead);
125 RTDECL(int) RTCrPemReadFile(const char *pszFilename, uint32_t fFlags, PCRTCRPEMMARKER paMarkers, size_t cMarkers,
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemmutex-r0drv-freebsd.c61 RTDECL(int) RTSemMutexCreate(PRTSEMMUTEX phMutexSem)
79 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem)
96 RTDECL(int) RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
140 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
146 RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
193 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
199 RTDECL(int) RTSemMutexRelease(RTSEMMUTEX hMutexSem)
211 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c66 RTDECL(int) RTSemMutexCreate(PRTSEMMUTEX phMutexSem)
89 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem)
182 RTDECL(int) RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
188 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
194 RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
200 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
206 RTDECL(int) RTSemMutexRelease(RTSEMMUTEX hMutexSem)
225 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsystemmem-os2.cpp44 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb)
58 RTDECL(int) RTSystemQueryAvailableRam(uint64_t *pcb)
/vbox/src/VBox/Runtime/common/checksum/
H A Dadler32.cpp44 RTDECL(uint32_t) RTCrcAdler32(void const *pv, size_t cb)
51 RTDECL(uint32_t) RTCrcAdler32Start(void)
57 RTDECL(uint32_t) RTCrcAdler32Process(uint32_t u32Crc, void const *pv, size_t cb)
167 RTDECL(uint32_t) RTCrcAdler32Finish(uint32_t u32Crc)
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-util.cpp45 RTDECL(const char *) RTCrPkixGetCiperOidFromSignatureAlgorithm(PCRTASN1OBJID pAlgorithm)
/vbox/src/VBox/Runtime/common/misc/
H A DRTMemWipeThoroughly.cpp39 RTDECL(void) RTMemWipeThoroughly(void *pv, size_t cb, size_t cMinPasses) RT_NO_THROW
/vbox/src/VBox/Runtime/common/path/
H A DRTPathJoin.cpp40 RTDECL(int) RTPathJoin(char *pszPathDst, size_t cbPathDst, const char *pszPathSrc,
H A DRTPathStripFilename.cpp43 RTDECL(void) RTPathStripFilename(char *pszPath)
/vbox/src/VBox/Runtime/common/string/
H A DRTStrCat.cpp35 RTDECL(int) RTStrCat(char *pszDst, size_t cbDst, const char *pszSrc)
H A DRTStrCatP.cpp35 RTDECL(int) RTStrCatP(char **ppszDst, size_t *pcbDst, const char *pszSrc)
H A DRTStrCatPEx.cpp35 RTDECL(int) RTStrCatPEx(char **ppszDst, size_t *pcbDst, const char *pszSrc, size_t cchMaxSrc)
H A DRTUtf16Copy.cpp35 RTDECL(int) RTUtf16Copy(PRTUTF16 pwszDst, size_t cwcDst, PCRTUTF16 pwszSrc)
H A DRTUtf16ICmpAscii.cpp38 RTDECL(int) RTUtf16ICmpAscii(PCRTUTF16 pwsz1, const char *psz2)
H A Dstrprintf.cpp83 RTDECL(size_t) RTStrPrintfExV(PFNSTRFORMAT pfnFormat, void *pvArg, char *pszBuffer, size_t cchBuffer, const char *pszFormat, va_list args)
100 RTDECL(size_t) RTStrPrintfV(char *pszBuffer, size_t cchBuffer, const char *pszFormat, va_list args)
107 RTDECL(size_t) RTStrPrintfEx(PFNSTRFORMAT pfnFormat, void *pvArg, char *pszBuffer, size_t cchBuffer, const char *pszFormat, ...)
119 RTDECL(size_t) RTStrPrintf(char *pszBuffer, size_t cchBuffer, const char *pszFormat, ...)
/vbox/src/VBox/Runtime/darwin/
H A DRTErrConvertFromDarwinCOM.cpp36 RTDECL(int) RTErrConvertFromDarwinCOM(int32_t iNativeCode)
/vbox/src/VBox/Runtime/generic/
H A DRTDirExists-generic.cpp40 RTDECL(bool) RTDirExists(const char *pszPath)
H A DRTMpGetArraySize-generic.cpp38 RTDECL(uint32_t) RTMpGetArraySize(void)
H A DRTSemEventMultiWait-2-ex-generic.cpp40 RTDECL(int) RTSemEventMultiWait(RTSEMEVENTMULTI hEventMultiSem, RTMSINTERVAL cMillies)
H A DRTSemEventMultiWaitNoResume-2-ex-generic.cpp41 RTDECL(int) RTSemEventMultiWaitNoResume(RTSEMEVENTMULTI hEventMultiSem, RTMSINTERVAL cMillies)
H A DRTSemEventWait-2-ex-generic.cpp40 RTDECL(int) RTSemEventWait(RTSEMEVENT hEventSem, RTMSINTERVAL cMillies)

Completed in 60 milliseconds

<<11121314151617181920>>