Changeset 39515 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Dec 2, 2011 1:41:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c
r36392 r39515 84 84 bool fSignaled; 85 85 /** List of waiting and woken up threads. */ 86 RTLIST NODEWaitList;86 RTLISTANCHOR WaitList; 87 87 /** The Solaris mutex protecting this structure and pairing up the with the cv. */ 88 88 kmutex_t Mtx;
Note:
See TracChangeset
for help on using the changeset viewer.