- File:
-
- 1 edited
-
libcfa/src/concurrency/ready_subqueue.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_subqueue.hfa
r9cc3a18 r7a2972b9 246 246 #endif 247 247 } 248 249 // Aligned timestamps which are used by the relaxed ready queue250 struct __attribute__((aligned(128))) __timestamp_t {251 volatile unsigned long long tv;252 };253 254 void ?{}(__timestamp_t & this) { this.tv = 0; }255 void ^?{}(__timestamp_t & this) {}
Note:
See TracChangeset
for help on using the changeset viewer.