VirtualBox

Ignore:
Timestamp:
Jan 20, 2007 1:22:45 AM (18 years ago)
Author:
vboxsync
Message:

A stab at generic timers (untested).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp

    r1 r197  
    2727#include <iprt/err.h>
    2828#include <iprt/assert.h>
    29 #include "r0drv/thread-r0drv.h"
     29#include "internal/thread.h"
    3030
    3131
     
    139139    const thread_t Self = current_thread();
    140140
    141     rtThreadMain((RTNATIVETHREAD)Self, (PRTR0THREADARGS)pvArg);
     141    rtThreadMain((PRTR0THREADARGS)pvArg, (RTNATIVETHREAD)Self);
    142142
    143143    kern_return_t rc = thread_terminate(Self);
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