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

/vbox/src/VBox/Runtime/generic/
H A Dspinlock-generic.cpp63 typedef struct RTSPINLOCKINTERNAL struct
73 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dspinlock-r0drv-darwin.cpp53 typedef struct RTSPINLOCKINTERNAL struct
65 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
77 AssertCompile(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dspinlock-r0drv-haiku.c53 typedef struct RTSPINLOCKINTERNAL struct
63 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
75 AssertCompile(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dspinlock-r0drv-linux.c53 typedef struct RTSPINLOCKINTERNAL struct
70 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
82 Assert(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dspinlock-r0drv-os2.cpp54 typedef struct RTSPINLOCKINTERNAL struct
62 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
72 AssertCompile(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dspinlock-r0drv-freebsd.c55 typedef struct RTSPINLOCKINTERNAL struct
72 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
83 AssertCompile(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dspinlock-r0drv-nt.cpp66 typedef struct RTSPINLOCKINTERNAL struct
82 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
92 Assert(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dspinlock-r0drv-solaris.c53 typedef struct RTSPINLOCKINTERNAL struct
70 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; typedef in typeref:struct:RTSPINLOCKINTERNAL
82 AssertCompile(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));

Completed in 46 milliseconds