Changeset 12907 in vbox
- Timestamp:
- Oct 2, 2008 9:17:01 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37315
- Location:
- trunk/src/VBox/Runtime/r3/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
r10839 r12907 189 189 pthread_cond_broadcast(&pIntEventSem->Cond); 190 190 usleep(1000); 191 } while (rc == EBUSY);191 }; 192 192 if (rc) 193 193 { -
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r8706 r12907 178 178 pthread_cond_broadcast(&pThis->Cond); 179 179 usleep(1000); 180 } while (rc == EBUSY);180 }; 181 181 if (rc) 182 182 {
Note:
See TracChangeset
for help on using the changeset viewer.