Changeset 12960 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Oct 2, 2008 9:06:23 PM (16 years ago)
- Location:
- trunk/src/VBox/Runtime/r3/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
r12907 r12960 189 189 pthread_cond_broadcast(&pIntEventSem->Cond); 190 190 usleep(1000); 191 } ;191 } 192 192 if (rc) 193 193 { -
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r12907 r12960 178 178 pthread_cond_broadcast(&pThis->Cond); 179 179 usleep(1000); 180 } ;180 } 181 181 if (rc) 182 182 {
Note:
See TracChangeset
for help on using the changeset viewer.