VirtualBox

Changeset 43533 in vbox


Ignore:
Timestamp:
Oct 4, 2012 9:45:31 AM (12 years ago)
Author:
vboxsync
Message:

IPRT: TIMER => TimerLR

Location:
trunk/src/VBox/Runtime/generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/timer-generic.cpp

    r42235 r43533  
    117117    if (RT_SUCCESS(rc))
    118118    {
    119         rc = RTThreadCreate(&pTimer->Thread, rtTimerThread, pTimer, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "TIMER");
     119        rc = RTThreadCreate(&pTimer->Thread, rtTimerThread, pTimer, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "Timer");
    120120        if (RT_SUCCESS(rc))
    121121        {
  • trunk/src/VBox/Runtime/generic/timerlr-generic.cpp

    r42235 r43533  
    123123    if (RT_SUCCESS(rc))
    124124    {
    125         rc = RTThreadCreate(&pThis->hThread, rtTimerLRThread, pThis, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "TIMER");
     125        rc = RTThreadCreate(&pThis->hThread, rtTimerLRThread, pThis, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "TimerLR");
    126126        if (RT_SUCCESS(rc))
    127127        {
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