VirtualBox

Changeset 54362 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Feb 23, 2015 1:33:02 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98451
Message:

thread2-r0drv-solaris.c: thread_join

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r54358 r54362  
    7575     * This is not valid before rtThreadMain has been called by the new thread.  */
    7676    pid_t                   tid;
     77#endif
     78#if defined(RT_OS_SOLARIS) && defined(IN_RING0)
     79    /** Debug thread ID needed for thread_join. */
     80    uint64_t                tid;
    7781#endif
    7882    /** The user event semaphore. */
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