Ignore:
Timestamp:
Jul 5, 2017, 11:05:11 AM (7 years ago)
Author:
max@…
Message:

style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_types.h

    r73 r145  
    3838
    3939/**************************************************************************
    40  *                      Exact-width integer types. 
     40 *                      Exact-width integer types.
    4141 **************************************************************************/
    4242
     
    5959
    6060/***************************************************************************
    61  * Pthread related types 
    62  **************************************************************************/
    63 
    64 typedef uint32_t      pthread_t;               
     61 * Pthread related types
     62 **************************************************************************/
     63
     64typedef uint32_t      pthread_t;
    6565typedef uint32_t      pthread_mutexattr_t;
    6666typedef uint32_t      pthread_barrier_t;
     
    9595
    9696/***************************************************************************
    97  * Global Process identifier type / fixed format 
     97 * Global Process identifier type / fixed format
    9898 * 16 MSB = cluster XY identifier
    9999 * 16 LSB = local process index
    100100 **************************************************************************/
    101101
    102 typedef uint32_t      pid_t; 
    103 
    104 /***************************************************************************
    105  * Local Process index 
     102typedef uint32_t      pid_t;
     103
     104/***************************************************************************
     105 * Local Process index
    106106 **************************************************************************/
    107107
     
    109109
    110110/***************************************************************************
    111  * Thread  identifier type / fixed format 
     111 * Thread  identifier type / fixed format
    112112 * 16 MSB = cluster XY identifier
    113113 * 16 LSB = local thread index
     
    117117
    118118/***************************************************************************
    119  * Local Thread index 
     119 * Local Thread index
    120120 **************************************************************************/
    121121
     
    142142
    143143/***************************************************************************
    144  * This structure defines a single 32 bits integer alone in a cache line. 
     144 * This structure defines a single 32 bits integer alone in a cache line.
    145145 **************************************************************************/
    146146
Note: See TracChangeset for help on using the changeset viewer.