VirtualBox

Changeset 36379 in vbox for trunk


Ignore:
Timestamp:
Mar 23, 2011 5:50:23 PM (14 years ago)
Author:
vboxsync
Message:

thread2-r0drv-linux.c: iprt-%s not vbox-%s as thread name (old decision to keep IPRT as clean as possible from VBoxisms).

File:
1 edited

Legend:

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

    r36378 r36379  
    134134    RT_ASSERT_PREEMPTIBLE();
    135135
    136     NativeThread = kthread_run(rtThreadNativeMain, pThreadInt, "vbox-%s", pThreadInt->szName);
     136    NativeThread = kthread_run(rtThreadNativeMain, pThreadInt, "iprt-%s", pThreadInt->szName);
    137137
    138138    if (IS_ERR(NativeThread))
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