Changeset 61751 in vbox for trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
- Timestamp:
- Jun 17, 2016 3:05:08 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108139
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.2 merged: 108112,108114,108127
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.2/src/VBox merged: 108112,108114,108127
- Property svn:mergeinfo changed
-
trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
r59158 r61751 5 5 6 6 /* 7 * Copyright (C) 2006-201 5Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 394 394 if (!rc) 395 395 { 396 pthread_attr_destroy(&ThreadAttr); 396 397 /* 397 398 * Wait for the thread to finish.
Note:
See TracChangeset
for help on using the changeset viewer.