Searched defs:RTSpinlockCreate (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dspinlock-generic.cpp76 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
99 RT_EXPORT_SYMBOL(RTSpinlockCreate); variable
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dspinlock-r0drv-darwin.cpp69 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dspinlock-r0drv-haiku.c67 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dspinlock-r0drv-linux.c74 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
102 RT_EXPORT_SYMBOL(RTSpinlockCreate); variable
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dspinlock-r0drv-os2.cpp65 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dspinlock-r0drv-freebsd.c75 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dspinlock-r0drv-nt.cpp85 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dspinlock-r0drv-solaris.c74 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) function
/vbox/include/iprt/
H A Dmangling.h1413 # define RTSpinlockCreate RT_MANGLER(RTSpinlockCreate) macro

Completed in 63 milliseconds