Changeset 145 for trunk/hal/x86_64/core/hal_types.h
- Timestamp:
- Jul 5, 2017, 11:05:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_types.h
r73 r145 38 38 39 39 /************************************************************************** 40 * Exact-width integer types. 40 * Exact-width integer types. 41 41 **************************************************************************/ 42 42 … … 59 59 60 60 /*************************************************************************** 61 * Pthread related types 62 **************************************************************************/ 63 64 typedef uint32_t pthread_t; 61 * Pthread related types 62 **************************************************************************/ 63 64 typedef uint32_t pthread_t; 65 65 typedef uint32_t pthread_mutexattr_t; 66 66 typedef uint32_t pthread_barrier_t; … … 95 95 96 96 /*************************************************************************** 97 * Global Process identifier type / fixed format 97 * Global Process identifier type / fixed format 98 98 * 16 MSB = cluster XY identifier 99 99 * 16 LSB = local process index 100 100 **************************************************************************/ 101 101 102 typedef uint32_t pid_t; 103 104 /*************************************************************************** 105 * Local Process index 102 typedef uint32_t pid_t; 103 104 /*************************************************************************** 105 * Local Process index 106 106 **************************************************************************/ 107 107 … … 109 109 110 110 /*************************************************************************** 111 * Thread identifier type / fixed format 111 * Thread identifier type / fixed format 112 112 * 16 MSB = cluster XY identifier 113 113 * 16 LSB = local thread index … … 117 117 118 118 /*************************************************************************** 119 * Local Thread index 119 * Local Thread index 120 120 **************************************************************************/ 121 121 … … 142 142 143 143 /*************************************************************************** 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. 145 145 **************************************************************************/ 146 146
Note: See TracChangeset
for help on using the changeset viewer.