Changeset 39515 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Dec 2, 2011 1:41:07 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c
r36190 r39515 74 74 uint32_t cRecursions; 75 75 /** The list of waiting threads. */ 76 RTLIST NODEWaiterList;76 RTLISTANCHOR WaiterList; 77 77 /** The current owner, NULL if none. */ 78 78 struct task_struct *pOwnerTask;
Note:
See TracChangeset
for help on using the changeset viewer.