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

/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dspinlock-r0drv-haiku.c76 PRTSPINLOCKINTERNAL pSpinlockInt = (PRTSPINLOCKINTERNAL)RTMemAllocZ(sizeof(*pSpinlockInt));
77 if (RT_UNLIKELY(!pSpinlockInt))
83 pSpinlockInt->u32Magic = RTSPINLOCK_MAGIC;
84 pSpinlockInt->fFlags = fFlags;
85 pSpinlockInt->fIntSaved = 0;
86 B_INITIALIZE_SPINLOCK(&pSpinlockInt->hSpinLock);
88 *pSpinlock = pSpinlockInt;
98 PRTSPINLOCKINTERNAL pSpinlockInt = (PRTSPINLOCKINTERNAL)Spinlock; local
99 if (RT_UNLIKELY(!pSpinlockInt))
119 PRTSPINLOCKINTERNAL pSpinlockInt = (PRTSPINLOCKINTERNAL)Spinlock; local
131 PRTSPINLOCKINTERNAL pSpinlockInt = (PRTSPINLOCKINTERNAL)Spinlock; local
[all...]

Completed in 32 milliseconds