Changeset 12960 in vbox for trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
- Timestamp:
- Oct 2, 2008 9:06:23 PM (16 years ago)
- File:
-
- 1 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 {
Note:
See TracChangeset
for help on using the changeset viewer.