VirtualBox

Ignore:
Timestamp:
Aug 28, 2008 3:35:52 PM (16 years ago)
Author:
vboxsync
Message:

iprt: Pass TS_RUN to thread_create (non-vbi, solaris ring-0).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c

    r8921 r11770  
    103103    int rc;
    104104    kthread_t* pKernThread = thread_create(NULL, NULL, rtThreadNativeMain, pThreadInt, 0,
    105                                            curproc, LMS_USER, minclsyspri);
     105                                           curproc, TS_RUN, minclsyspri);
    106106    if (pKernThread)
    107107    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette