Changeset 54361 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
- Timestamp:
- Feb 23, 2015 1:13:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
r54360 r54361 89 89 { 90 90 kthread_t *pNativeThread = (kthread_t *)pThread->Core.Key; 91 thread_join(pNativeThread);91 //thread_join(pNativeThread); 92 92 } 93 93
Note:
See TracChangeset
for help on using the changeset viewer.