- Timestamp:
- Aug 3, 2007 11:43:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c
r2981 r4020 194 194 lTimeout = schedule_timeout(lTimeout); 195 195 196 /* Check if someone destroyed the semaphore while we w aswaiting. */196 /* Check if someone destroyed the semaphore while we were waiting. */ 197 197 if (pEventInt->u32Magic != RTSEMEVENT_MAGIC) 198 198 {
Note:
See TracChangeset
for help on using the changeset viewer.