Searched defs:pSpinlock (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dspinlock-generic.cpp76 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
96 *pSpinlock = pThis;
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dspinlock-r0drv-darwin.cpp69 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
97 *pSpinlock = pThis;
H A Dsemevent-r0drv-darwin.cpp85 lck_spin_t *pSpinlock; member in struct:RTSEMEVENTINTERNAL
113 pThis->pSpinlock = lck_spin_alloc_init(g_pDarwinLockGroup, LCK_ATTR_NULL);
114 if (pThis->pSpinlock)
149 lck_spin_destroy(pThis->pSpinlock, g_pDarwinLockGroup);
163 lck_spin_lock(pThis->pSpinlock);
176 lck_spin_unlock(pThis->pSpinlock);
197 lck_spin_lock(pThis->pSpinlock);
216 lck_spin_unlock(pThis->pSpinlock);
244 lck_spin_lock(pThis->pSpinlock);
313 rcWait = lck_spin_sleep(pThis->pSpinlock, LCK_SLEEP_DEFAUL
[all...]
H A Dsemeventmulti-r0drv-darwin.cpp88 lck_spin_t *pSpinlock; member in struct:RTSEMEVENTMULTIINTERNAL
115 pThis->pSpinlock = lck_spin_alloc_init(g_pDarwinLockGroup, LCK_ATTR_NULL);
116 if (pThis->pSpinlock)
151 lck_spin_destroy(pThis->pSpinlock, g_pDarwinLockGroup);
167 lck_spin_lock(pThis->pSpinlock);
177 lck_spin_unlock(pThis->pSpinlock);
193 lck_spin_lock(pThis->pSpinlock);
212 lck_spin_unlock(pThis->pSpinlock);
229 lck_spin_lock(pThis->pSpinlock);
233 lck_spin_unlock(pThis->pSpinlock);
[all...]
H A Dsemmutex-r0drv-darwin.cpp67 lck_spin_t *pSpinlock; member in struct:RTSEMMUTEXINTERNAL
94 pThis->pSpinlock = lck_spin_alloc_init(g_pDarwinLockGroup, LCK_ATTR_NULL);
95 if (pThis->pSpinlock)
112 lck_spin_unlock(pThis->pSpinlock);
113 lck_spin_destroy(pThis->pSpinlock, g_pDarwinLockGroup);
134 lck_spin_lock(pThis->pSpinlock);
142 lck_spin_unlock(pThis->pSpinlock);
175 rcWait = lck_spin_sleep(pThis->pSpinlock, LCK_SLEEP_DEFAULT, (event_t)pThis, fInterruptible);
182 rcWait = lck_spin_sleep_deadline(pThis->pSpinlock, LCK_SLEEP_DEFAULT,
243 lck_spin_unlock(pThis->pSpinlock);
[all...]
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dspinlock-r0drv-haiku.c67 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
88 *pSpinlock = pSpinlockInt;
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dspinlock-r0drv-linux.c74 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
99 *pSpinlock = pThis;
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dspinlock-r0drv-os2.cpp65 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
83 *pSpinlock = pThis;
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dspinlock-r0drv-freebsd.c75 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
96 *pSpinlock = pThis;
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dspinlock-r0drv-nt.cpp85 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
109 *pSpinlock = pThis;
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dspinlock-r0drv-solaris.c74 RTDECL(int) RTSpinlockCreate(PRTSPINLOCK pSpinlock, uint32_t fFlags, const char *pszName) argument
95 *pSpinlock = pThis;

Completed in 45 milliseconds