Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > Vthread_impls > Vthread_MC_shared_impl
comparison VPThread.h @ 25:64a2c6ae21db
padding before mutexes in semantic environment
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 20 Dec 2011 16:48:20 +0100 |
| parents | bb2500771be8 |
| children |
comparison
equal
deleted
inserted
replaced
| 7:ee14319d7d29 | 8:409c36406051 |
|---|---|
| 135 //Standard stuff will be in most every semantic env | 135 //Standard stuff will be in most every semantic env |
| 136 PrivQueueStruc **readyVPQs; | 136 PrivQueueStruc **readyVPQs; |
| 137 int32 numVirtPr; | 137 int32 numVirtPr; |
| 138 int32 nextCoreToGetNewPr; | 138 int32 nextCoreToGetNewPr; |
| 139 int32 primitiveStartTime; | 139 int32 primitiveStartTime; |
| 140 char padding[CACHELINE_SIZE]; | |
| 140 | 141 |
| 141 //Specific to this semantic layer | 142 //Specific to this semantic layer |
| 142 VPThdMutex **mutexDynArray; | 143 VPThdMutex **mutexDynArray; |
| 143 PrivDynArrayInfo *mutexDynArrayInfo; | 144 PrivDynArrayInfo *mutexDynArrayInfo; |
| 144 | 145 |
