Changeset 160f1aa for libcfa/src/concurrency
- Timestamp:
- Sep 23, 2022, 3:41:22 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 996c8ed
- Parents:
- 43db35e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r43db35e r160f1aa 136 136 137 137 // Link lists fields 138 inline dlink(processor);138 dlink(processor) link; 139 139 140 140 // special init fields … … 158 158 #endif 159 159 }; 160 P9_EMBEDDED( processor, dlink(processor) ) 160 // P9_EMBEDDED( processor, dlink(processor) ) 161 static inline tytagref( dlink(processor), dlink(processor) ) ?`inner( processor & this ) { 162 dlink(processor) & b = this.link; 163 tytagref( dlink(processor), dlink(processor) ) result = { b }; 164 return result; 165 } 161 166 162 167 void ?{}(processor & this, const char name[], struct cluster & cltr);
Note: See TracChangeset
for help on using the changeset viewer.