VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#include <errno.h>
     
    6868
    6969
    70 /*******************************************************************************
    71 *   Defined Constants And Macros                                               *
    72 *******************************************************************************/
     70/*********************************************************************************************************************************
     71*   Defined Constants And Macros                                                                                                 *
     72*********************************************************************************************************************************/
    7373#ifndef IN_GUEST
    7474/** Includes RTThreadPoke. */
     
    7777
    7878
    79 /*******************************************************************************
    80 *   Global Variables                                                           *
    81 *******************************************************************************/
     79/*********************************************************************************************************************************
     80*   Global Variables                                                                                                             *
     81*********************************************************************************************************************************/
    8282/** The pthread key in which we store the pointer to our own PRTTHREAD structure. */
    8383static pthread_key_t    g_SelfKey;
     
    113113
    114114
    115 /*******************************************************************************
    116 *   Internal Functions                                                         *
    117 *******************************************************************************/
     115/*********************************************************************************************************************************
     116*   Internal Functions                                                                                                           *
     117*********************************************************************************************************************************/
    118118static void *rtThreadNativeMain(void *pvArgs);
    119119static void rtThreadKeyDestruct(void *pvValue);
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