VirtualBox

Changeset 11770

Show
Ignore:
Timestamp:
08/28/08 17:35:52 (3 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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    { 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy