VirtualBox

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


Ignore:
Timestamp:
Feb 22, 2015 11:29:25 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98447
Message:

IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread termination racing IPRT termination race in ring-0.

File:
1 edited

Legend:

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

    r52457 r54358  
    176176DECLHIDDEN(void) rtThreadNativeDestroy(PRTTHREADINT pThread);
    177177
     178#ifdef IN_RING0
     179/**
     180 * Called from rtThreadWait when the last thread has completed in order to make
     181 * sure it's all the way out of IPRT before RTR0Term is called.
     182 *
     183 * @param   pThread     The thread structure.
     184 */
     185DECLHIDDEN(void) rtThreadNativeWaitKludge(PRTTHREADINT pThread);
     186#endif
     187
     188
    178189/**
    179190 * Sets the priority of the thread according to the thread type
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