Changeset 43434 in vbox
- Timestamp:
- Sep 26, 2012 8:18:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h
r37305 r43434 37 37 38 38 /** 39 * Kernel mode Linuxwait state structure.39 * Kernel mode FreeBSD wait state structure. 40 40 */ 41 41 typedef struct RTR0SEMBSDSLEEP … … 260 260 * @returns true / false 261 261 * @param pWait The wait structure. 262 * @remarks This shall be called before the first rtR0Sem LnxWaitDoIt().262 * @remarks This shall be called before the first rtR0SemBsdWaitDoIt(). 263 263 */ 264 264 DECLINLINE(bool) rtR0SemBsdWaitWasInterrupted(PRTR0SEMBSDSLEEP pWait)
Note:
See TracChangeset
for help on using the changeset viewer.