- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/cluster.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/cluster.cfa
r31c967b r1756e08 221 221 static const unsigned __readyq_single_shard = 2; 222 222 223 void ?{}(__timestamp_t & this) { this.t.tv = 0; this.t.ma = 0; }224 void ^?{}(__timestamp_t &) {}225 226 223 //----------------------------------------------------------------------- 227 224 // Check that all the intrusive queues in the data structure are still consistent
Note:
See TracChangeset
for help on using the changeset viewer.