VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#include <iprt/thread.h>
     
    5454
    5555
    56 /*******************************************************************************
    57 *   Defined Constants And Macros                                               *
    58 *******************************************************************************/
     56/*********************************************************************************************************************************
     57*   Defined Constants And Macros                                                                                                 *
     58*********************************************************************************************************************************/
    5959#ifdef IN_RING0
    6060# define RT_THREAD_LOCK_RW()        RTSpinlockAcquire(g_ThreadSpinlock)
     
    7070
    7171
    72 /*******************************************************************************
    73 *   Global Variables                                                           *
    74 *******************************************************************************/
     72/*********************************************************************************************************************************
     73*   Global Variables                                                                                                             *
     74*********************************************************************************************************************************/
    7575/** The AVL thread containing the threads. */
    7676static PAVLPVNODECORE       g_ThreadTree;
     
    8888
    8989
    90 /*******************************************************************************
    91 *   Internal Functions                                                         *
    92 *******************************************************************************/
     90/*********************************************************************************************************************************
     91*   Internal Functions                                                                                                           *
     92*********************************************************************************************************************************/
    9393static void rtThreadDestroy(PRTTHREADINT pThread);
    9494#ifdef IN_RING3
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette