Changeset 54358 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Feb 22, 2015 11:29:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp
r48935 r54358 137 137 138 138 139 DECLHIDDEN(void) rtThreadNativeWaitKludge(PRTTHREADINT pThread) 140 { 141 /** @todo fix RTThreadWait/RTR0Term race on darwin. */ 142 RTThreadSleep(1); 143 } 144 145 139 146 DECLHIDDEN(void) rtThreadNativeDestroy(PRTTHREADINT pThread) 140 147 {
Note:
See TracChangeset
for help on using the changeset viewer.