Changeset cc7bbe6 for libcfa/src/concurrency/kernel.hfa
- Timestamp:
- Feb 23, 2022, 11:24:34 AM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 08ed947
- Parents:
- f5a51db (diff), 3a038fa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
rf5a51db rcc7bbe6 173 173 174 174 static inline void ?{}(__timestamp_t & this) { this.tv = 0; this.ma = 0; } 175 static inline void ^?{}(__timestamp_t & this) {}175 static inline void ^?{}(__timestamp_t &) {} 176 176 177 177 struct __attribute__((aligned(128))) __ready_queue_caches_t;
Note:
See TracChangeset
for help on using the changeset viewer.