Changeset 11770 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
- Timestamp:
- Aug 28, 2008 3:35:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
r8921 r11770 103 103 int rc; 104 104 kthread_t* pKernThread = thread_create(NULL, NULL, rtThreadNativeMain, pThreadInt, 0, 105 curproc, LMS_USER, minclsyspri);105 curproc, TS_RUN, minclsyspri); 106 106 if (pKernThread) 107 107 {
Note:
See TracChangeset
for help on using the changeset viewer.